1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Main: "-ffreestanding" implies "-fno-builtin"

This commit is contained in:
Alex Kotov 2022-02-02 10:08:31 +05:00
parent e007fceef7
commit c1c4fc6c46
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
11 changed files with 8 additions and 11 deletions

View file

@ -43,7 +43,6 @@ CFLAGS = \
-Wextra \
-Werror \
-ffreestanding \
-fno-builtin \
-fno-stack-protector \
-fno-pic \
-I$(LIBKERNAUX_SRC)/include \