1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-27 11:24:34 -05:00

Reorder CFLAGS

This commit is contained in:
Alex Kotov 2021-12-15 00:46:51 +05:00
parent 07034b2b14
commit 49c3a635d3
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -8,9 +8,9 @@ KERNEL = tailix.multiboot2
CFLAGS = \
-std=gnu99 \
-pedantic \
-Wall \
-Wextra \
-pedantic \
-ffreestanding \
-fno-builtin \
-fno-stack-protector \