mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
Reorder CFLAGS
This commit is contained in:
parent
07034b2b14
commit
49c3a635d3
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@ KERNEL = tailix.multiboot2
|
|||
|
||||
CFLAGS = \
|
||||
-std=gnu99 \
|
||||
-pedantic \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
-pedantic \
|
||||
-ffreestanding \
|
||||
-fno-builtin \
|
||||
-fno-stack-protector \
|
||||
|
|
Loading…
Reference in a new issue