diff options
author | c | 2023-12-10 21:26:11 -0500 |
---|---|---|
committer | c | 2023-12-10 21:26:11 -0500 |
commit | d8fcdcc5491ae053ebf0586a8093cda6781af51a (patch) | |
tree | 4f4774ae1b76e4e471a290e230dbc1cdfc644890 /Makefile | |
parent | 99a43679d88f1c4372159f0341ebee797b79757b (diff) |
Very important.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ PREFIX := /usr/local/bin CC := gcc REG_CFLAGS := -ansi -O3 -s DBG_CFLAGS := -ansi -Og -ggdb -pedantic -DBG_CFLAGS += -Wall -Wextra -Wformat +DBG_CFLAGS += -Wall -Wextra -Wformat -Werror -Wpedantic DBG_CFLAGS += -fsanitize=leak,address,undefined -fno-omit-frame-pointer CFLAGS := $(REG_CFLAGS) SRCS := $(wildcard src/*.c) |