summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 63e64e4a..a76da8b5 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -140,6 +140,7 @@ if(MSVC)
add_link_options(-DYNAMICBASE -NXCOMPAT)
add_link_options(-WX)
add_link_options(-ignore:4020)
+ add_link_options(-ignore:4217) # debug build
endif()
if(APPLE)