mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +02:00
remove symbols for Release build
This commit is contained in:
parent
0be4feff2c
commit
abc5a0e7e8
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ project(hifi)
|
||||||
include("cmake/init.cmake")
|
include("cmake/init.cmake")
|
||||||
include("cmake/compiler.cmake")
|
include("cmake/compiler.cmake")
|
||||||
|
|
||||||
|
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s")
|
||||||
|
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
|
||||||
|
|
||||||
add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/bin)
|
add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/bin)
|
||||||
add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/debug/bin)
|
add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/debug/bin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue