mirror of
https://github.com/tailix/kernel.git
synced 2025-07-31 22:00:58 -04: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 = \
|
CFLAGS = \
|
||||||
-std=gnu99 \
|
-std=gnu99 \
|
||||||
|
-pedantic \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-pedantic \
|
|
||||||
-ffreestanding \
|
-ffreestanding \
|
||||||
-fno-builtin \
|
-fno-builtin \
|
||||||
-fno-stack-protector \
|
-fno-stack-protector \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue