Extra compiler flags for AMD64
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
This commit is contained in:
@@ -5,7 +5,9 @@ cflags += -nostdinc \
|
||||
-std=c11 \
|
||||
-pedantic \
|
||||
-Wall \
|
||||
-Wextra
|
||||
-Wextra \
|
||||
-ffunction-sections \
|
||||
-fdata-sections
|
||||
|
||||
cflags += -isystem ../include
|
||||
|
||||
@@ -13,4 +15,7 @@ ldflags += -ffreestanding \
|
||||
-nostdlib \
|
||||
-fno-builtin \
|
||||
-fuse-ld=lld \
|
||||
-static
|
||||
-static \
|
||||
-Wl,--gc-sections \
|
||||
-Wl,--strip-all \
|
||||
-flto
|
||||
|
||||
Reference in New Issue
Block a user