diff options
author | c | 2024-03-09 11:01:23 -0500 |
---|---|---|
committer | c | 2024-03-09 11:01:23 -0500 |
commit | 099fd363f7972ad7e1c48f5fd9ab83aa38a40ea2 (patch) | |
tree | 7a2b81f5fba6630ec5d1da469135539007c16f3c /Makefile | |
parent | 9a7e88e33213135da7c8fa3607ca455d997f4a39 (diff) |
Introduced mortality.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CC := gcc REG_CFLAGS := -std=c99 -O3 -s DBG_CFLAGS := -std=c99 -Og -ggdb -pedantic DBG_CFLAGS += -Wall -Wextra -Wformat -Wpedantic -DBG_CFLAGS += -fsanitize=address -fno-omit-frame-pointer +DBG_CFLAGS += -fsanitize=address -fno-omit-frame-pointer -DDBG CFLAGS := none SRCS := $(wildcard src/*.c) # SRCS := $(filter-out %doer.c,$(SRCS)) # Filter out incomplete doer for now. |