diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:57 +0000 |
commit | 180f9e36900817c6aa32fb18cd7218b20648cac7 (patch) | |
tree | e92711b2acc028c9ae5c6cf4e590bc4a38e9acf5 /sofort | |
parent | 0d2520dd3e1fdbe774a91c490b7d36e59ac08594 (diff) | |
download | sbpython3-180f9e36900817c6aa32fb18cd7218b20648cac7.tar.bz2 sbpython3-180f9e36900817c6aa32fb18cd7218b20648cac7.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 |