diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 16:55:57 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 16:55:57 +0200 |
| commit | 0db19dcfafe5b2b3cbebaec9098ec50b9d6b1102 (patch) | |
| tree | 0314951c6082354bce47f7d2da4c55736dd53705 /scripts | |
| parent | 7b5abecd2bef6b7441b0d850f95d451b441a6f76 (diff) | |
| download | ek-0db19dcfafe5b2b3cbebaec9098ec50b9d6b1102.tar.gz ek-0db19dcfafe5b2b3cbebaec9098ec50b9d6b1102.zip | |
use new hashmap
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile b/scripts/makefile index 7d86089..27e5e22 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -42,7 +42,7 @@ COMPILER != [ -n "$(CROSS_COMPILE)" ] \ || echo $(CC) -OBFLAGS := -g -std=gnu23 +OBFLAGS := -g WARNFLAGS := -Wall -Wextra COMPILE_FLAGS := $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ |
