aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/windowsstore
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-05-27 14:17:01 +1000
committerfuzzard <fuzzard@kodi.tv>2022-06-02 10:06:39 +1000
commit3f30c258adc295c685b5da13bae27f444d24d39d (patch)
treecb1cbc982108f9f8fe1510d333726fde34da63b5 /cmake/scripts/windowsstore
parent3ae188b16886b49105b4a7068140851c861b18b1 (diff)
[cmake] Remove default DEBUG_POSTFIX for ArchSetup
remove arch based DEBUG_POSTFIX. turns out we are better to have the individual lib builds to define a postfix when appropriate.
Diffstat (limited to 'cmake/scripts/windowsstore')
-rw-r--r--cmake/scripts/windowsstore/ArchSetup.cmake2
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\"")