aboutsummaryrefslogtreecommitdiff
path: root/libnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/Makefile')
-rw-r--r--libnet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnet/Makefile b/libnet/Makefile
index 43de0e2..37dad87 100644
--- a/libnet/Makefile
+++ b/libnet/Makefile
@@ -5,8 +5,7 @@ CC = ccache ../cross/opt/bin/i686-elf-gcc
LD = ccache ../cross/opt/bin/i686-elf-ld
AR = ccache ../cross/opt/bin/i686-elf-ar
-WARNINGS = -Wall -Wextra -pedantic-errors -Wshadow -Wpointer-arith -Wwrite-strings -Wredundant-decls -Wnested-externs -Wno-long-long
-CFLAGS = $(WARNINGS) -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -Iinc/ -I../libc/inc/ -fPIE -Duserspace -Ofast
+CFLAGS = $(CFLAGS_DEFAULT) -Iinc/ -I../libc/inc/ -fPIE -Duserspace
all: libtxt