You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Linux distributions the typical CMAKE_BUILD_TYPE is RelWithDebInfo, i.e. optimized with debug symbols.
The compiler option variables should be probably split into "common" and debug/release ones, and the common ones should be added to the target_compile_options for all CONFIGs.
The
mm_lookupmask_ps
/mm_lookupmask_pd
symbols are visible from libpgl:https://github.com/OpenPathGuidingLibrary/openpgl/blob/a1404c528b9586acdf55fc150b1cb16ab55f6bab/third-party/embreeSrc/common/simd/sse.h#L24-L25
libembree3 proper does not have this issue, as it sets default symbol visibility to "hidden".
The text was updated successfully, but these errors were encountered: