diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 15:08:31 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 15:08:31 +0200 |
commit | d922c61db5a4eacf9c4c0a6ec5ed7647d000171a (patch) | |
tree | 5b8758587ee86d328f29c3f12c3c8ac4ef803b44 /scripts/makefile | |
parent | 195b0c7d812811287996c3f39cbf5e9ec63da482 (diff) | |
download | fwd-d922c61db5a4eacf9c4c0a6ec5ed7647d000171a.tar.gz fwd-d922c61db5a4eacf9c4c0a6ec5ed7647d000171a.zip |
bump conts and remove c23 requirement
Diffstat (limited to 'scripts/makefile')
-rw-r--r-- | scripts/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile b/scripts/makefile index db66d6d..11229bd 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) \ |