mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
buildcache : Remove Z7 from release build
Avoid debug symbols in release build. Faster build and smaller object files.
This commit is contained in:
parent
7e7b9e6cfc
commit
805c735ad3
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user