cmake: got rid of target_compile_options which are better controlled by the build type.
This commit is contained in:
3
src/external/mud/src/CMakeLists.txt
vendored
3
src/external/mud/src/CMakeLists.txt
vendored
@@ -26,9 +26,6 @@ set_target_properties(mud
|
||||
VERSION ${MUD_VERSION}
|
||||
)
|
||||
|
||||
#--- add compile options for optimization -------------------------------------
|
||||
target_compile_options(mud PUBLIC -O3)
|
||||
|
||||
#--- install mud solib --------------------------------------------------------
|
||||
install(TARGETS mud DESTINATION lib)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user