From b85ba196c47920b9d1b6622718a34f8f6f23bef3 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Thu, 25 Feb 2021 16:56:22 +0100
Subject: Updated makefiles

---
 libtxt/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'libtxt/Makefile')

diff --git a/libtxt/Makefile b/libtxt/Makefile
index 72b828f..d0d4c17 100644
--- a/libtxt/Makefile
+++ b/libtxt/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/ -I../libgui/inc/ -fPIE -Duserspace -Ofast
+CFLAGS = $(CFLAGS_DEFAULT) -Iinc/ -I../libc/inc/ -I../libgui/inc/ -fPIE -Duserspace
 
 all: libtxt
 
-- 
cgit v1.2.3