1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-07-31 22:00:58 -04: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 = \ CFLAGS = \
-std=gnu99 \ -std=gnu99 \
-pedantic \
-Wall \ -Wall \
-Wextra \ -Wextra \
-pedantic \
-ffreestanding \ -ffreestanding \
-fno-builtin \ -fno-builtin \
-fno-stack-protector \ -fno-stack-protector \