mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Fixed build flags for MacOS
This commit is contained in:
parent
8f286205eb
commit
9221d33ed2
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ if( NOT WIN32 )
|
|||
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/_env/VIRCADIA_OPTIMIZE.txt" "${VIRCADIA_OPTIMIZE}")
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
message("Clang compiler detected, adding -O3 -fPIC flags")
|
||||
set(VIRCADIA_OPTIMIZE_FLAGS "-O3 -fPIC")
|
||||
elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||
message("GCC compiler detected, adding -O3 -fPIC flags")
|
||||
set(VIRCADIA_OPTIMIZE_FLAGS "-O3 -fPIC")
|
||||
|
|
Loading…
Reference in a new issue