Skip to content

Commit

Permalink
cmake bugfix Zc:preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 22, 2024
1 parent 992429b commit 40a0b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CommonModules/TinyCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ ${TINY_UNPARSED_ARGUMENTS}")
/Zc:__cplusplus
# Standards-conforming behavior
/Zc:strictStrings
# # C/C++ conformant preprocessor
/Zc:preprocessor
# Enable Additional Security Checks for Debug builds only
$<$<CONFIG:Debug>:/sdl>
/W4
Expand All @@ -121,6 +119,8 @@ ${TINY_UNPARSED_ARGUMENTS}")
# Standards-conforming behavior
/Zc:wchar_t,rvalueCast,inline
/Zc:throwingNew,referenceBinding,ternary
# C/C++ conformant preprocessor
/Zc:preprocessor
/external:anglebrackets /external:W0
# Enable and check it from time to time
# /external:templates-
Expand Down

0 comments on commit 40a0b4e

Please sign in to comment.