diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-02 13:56:08 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-02 13:56:08 -0800 |
| commit | aa9a9045e8d66fad1ce7d93d99a73c3c7b063917 (patch) | |
| tree | 68ba810e714db51780106fa20ee59685f16fe3e2 | |
| parent | 3d450896dcbdc51eb836744eaebcab6ef5568535 (diff) | |
Added -Werror
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ PREFIX= CC=cc G= O=-O2 -CFLAGS=-std=c99 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L +CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result #CFLAGS += -fsanitize=address -fno-omit-frame-pointer |
