mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
feat(userspace/apps/test/libc_test): add more tests
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -15,6 +15,7 @@ build: $(FILENAME).elf
|
||||
|
||||
# Use static linking
|
||||
LDFLAGS += -static -fno-pic -fno-pie -Wl,-static
|
||||
CFLAGS += -ggdb3 -O0 -g -fdiagnostics-color=always
|
||||
|
||||
# Use default toolchain if not specified
|
||||
CC ?= gcc
|
||||
|
Reference in New Issue
Block a user