diff options
Diffstat (limited to 'cmake/scripts/windowsstore')
-rw-r--r-- | cmake/scripts/windowsstore/ArchSetup.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/scripts/windowsstore/ArchSetup.cmake b/cmake/scripts/windowsstore/ArchSetup.cmake index 2469b3b040..b31a30a346 100644 --- a/cmake/scripts/windowsstore/ArchSetup.cmake +++ b/cmake/scripts/windowsstore/ArchSetup.cmake @@ -60,8 +60,6 @@ endif() # -------- Compiler options --------- -set(DEBUG_POSTFIX d CACHE STRING "Debug library postfix.") - add_options(CXX ALL_BUILDS "/wd\"4996\"") add_options(CXX ALL_BUILDS "/wd\"4146\"") add_options(CXX ALL_BUILDS "/wd\"4251\"") |