mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-19 01:24:53 -05:00
buildcache : Remove Z7 from release build
Avoid debug symbols in release build. Faster build and smaller object files.
This commit is contained in:
@@ -211,7 +211,6 @@ if(buildcache_program)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Z7")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /Z7")
|
||||
endif()
|
||||
else()
|
||||
message( STATUS "No buildcache found" )
|
||||
|
||||
Reference in New Issue
Block a user