diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 16:46:07 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 16:46:07 -0500 |
| commit | 5f49677d763607ae8624eb9fc6933ce7cf871811 (patch) | |
| tree | 4dde9ea093ca375d0c65d20118f9aa88ab8b1b02 /Makefile | |
| parent | 8041d3047c5a4707b19d8b4444fd1d5c3c4f6064 (diff) | |
Bugfix for string literals and add support for printing patterns with
--verbose
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CC=cc PREFIX=/usr/local SYSCONFDIR=/etc CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto=auto -CWARN=-Wall -Wextra +CWARN=-Wall -Wextra -Wno-format # -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \ # -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \ # -Wdangling-else -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-branches \ |
