mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Update submodules. Disable /ZI compile-flag when Tracy is enabled to prevent compile errors
This commit is contained in:
Submodule apps/OpenSpace/ext/sgct updated: 3f2bbf3ebb...8edd888680
Submodule ext/ghoul updated: af5545a13d...4d45a2fb68
@@ -87,9 +87,11 @@ function (set_openspace_compile_settings target)
|
||||
"/GL" # Whole program optimization
|
||||
)
|
||||
else ()
|
||||
set(MSVC_WARNINGS ${MSVC_WARNINGS}
|
||||
"/ZI" # Edit and continue support
|
||||
)
|
||||
if (GHOUL_ENABLE_EDIT_CONTINUE)
|
||||
set(MSVC_WARNINGS ${MSVC_WARNINGS}
|
||||
"/ZI" # Edit and continue support
|
||||
)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
set(CLANG_WARNINGS
|
||||
|
||||
Reference in New Issue
Block a user