Enable CFLAGS "-pedantic"

This commit is contained in:
Alex Kotov 2021-12-12 19:37:08 +05:00
parent 4897a47b06
commit 8221f96cc6
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,15 @@ LD = $(CCPREFIX)ld
KERNEL = tailix.multiboot2
CFLAGS = -std=gnu99 -ffreestanding -fno-builtin -fno-stack-protector -Wall -Wextra -I/usr/local/include
CFLAGS = \
-std=gnu99 \
-Wall \
-Wextra \
-pedantic \
-ffreestanding \
-fno-builtin \
-fno-stack-protector \
-I/usr/local/include
# Architecture-dependent
OBJS = start.s.o