aboutsummaryrefslogtreecommitdiff
path: root/libgui
diff options
context:
space:
mode:
authorMarvin Borner2021-02-25 16:56:22 +0100
committerMarvin Borner2021-02-25 16:56:22 +0100
commitb85ba196c47920b9d1b6622718a34f8f6f23bef3 (patch)
tree7e4d8cffa78e7abc7fba367f44ad557d56ad450a /libgui
parentb56323d6c8887e042785e2a6e83a1bee1ac1a394 (diff)
Updated makefiles
Diffstat (limited to 'libgui')
-rw-r--r--libgui/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgui/Makefile b/libgui/Makefile
index b37bc3b..166a3c0 100644
--- a/libgui/Makefile
+++ b/libgui/Makefile
@@ -10,8 +10,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 -std=c99 -m32 -Iinc/ -I../libc/inc/ -fPIE -Duserspace -Ofast
+CFLAGS = $(CFLAGS_DEFAULT) -Iinc/ -I../libc/inc/ -fPIE -Duserspace
all: libgui