1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

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

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