diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.just | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/etc/defaults/CC/TARGETS.just b/etc/defaults/CC/TARGETS.just index ea501e09..66033bef 100644 --- a/etc/defaults/CC/TARGETS.just +++ b/etc/defaults/CC/TARGETS.just @@ -12,21 +12,13 @@ , "-pedantic-errors" ] , "ADD_CXXFLAGS": - { "type": "++" - , "$1": - [ [ "-std=c++20" - , "-Wall" - , "-Wextra" - , "-Wpedantic" - , "-Wsign-conversion" - , "-Werror" - , "-pedantic-errors" - ] - , { "type": "if" - , "cond": {"type": "var", "name": "DEBUG"} - , "then": ["-Dgsl_CONFIG_CONTRACT_CHECKING_AUDIT=1"] - } - ] - } + [ "-std=c++20" + , "-Wall" + , "-Wextra" + , "-Wpedantic" + , "-Wsign-conversion" + , "-Werror" + , "-pedantic-errors" + ] } } |