diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:56 +0000 |
commit | 45d30dcfb4c9c13ac68651eaa3c3f2ced968ac81 (patch) | |
tree | 9721386caafebccd5dfbcc98fd0bed348069a9df /sofort | |
parent | fddf193ddc6d07351c9ab6d54b16c830cb61ed53 (diff) | |
download | dalist-45d30dcfb4c9c13ac68651eaa3c3f2ced968ac81.tar.bz2 dalist-45d30dcfb4c9c13ac68651eaa3c3f2ced968ac81.tar.xz |
build system: if supported, add -Wpedantic to --strict cflags.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccswitch.strs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccswitch.strs b/sofort/ccenv/ccswitch.strs index 0a76f03..277e02e 100644 --- a/sofort/ccenv/ccswitch.strs +++ b/sofort/ccenv/ccswitch.strs @@ -34,6 +34,7 @@ -Werror -Wextra -Wundef +-Wpedantic # debugging -g |