diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 22:23:48 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 22:23:48 -0400 |
| commit | 3e019df9f429caef4b05947cc70652634ebb2467 (patch) | |
| tree | 875974892d11b8693269e0df2b8494c5c407504f | |
| parent | 7cd67dd7f3ebf38a2a65c6756090936f9a1b3b03 (diff) | |
Add -Werror to tomo compile flags
| -rw-r--r-- | tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ static OptionalBool_t verbose = false, uninstall = false; static OptionalText_t autofmt = Text("sed '/^\\s*$/d' | indent -kr -l100 -nbbo -nut -sob"), - cflags = Text("-fdollars-in-identifiers -std=gnu11 -Wno-trigraphs -fsanitize=signed-integer-overflow -fno-sanitize-recover" + cflags = Text("-Werror -fdollars-in-identifiers -std=gnu11 -Wno-trigraphs -fsanitize=signed-integer-overflow -fno-sanitize-recover" " -fno-signed-zeros -fno-finite-math-only -fno-signaling-nans -fno-trapping-math -fno-finite-math-only" " -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" " -I$HOME/.local/share/tomo/installed"), |
