aboutsummaryrefslogtreecommitdiff
path: root/libgui
diff options
context:
space:
mode:
authorMarvin Borner2020-09-04 17:09:07 +0200
committerMarvin Borner2020-09-04 17:09:07 +0200
commit6938cb8093dc497160e24d8502cfc42a6adb1a6b (patch)
tree79418b037f1b2ef142a7af9e2a9421b337927f96 /libgui
parent538ac0e639ad190fe7dee0fb7029fb536761c471 (diff)
Mandelbrot performance and coloring
Diffstat (limited to 'libgui')
-rw-r--r--libgui/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/libgui/Makefile b/libgui/Makefile
index d1f820f..67625e2 100644
--- a/libgui/Makefile
+++ b/libgui/Makefile
@@ -7,10 +7,7 @@ CC = ../cross/opt/bin/i686-elf-gcc
LD = ../cross/opt/bin/i686-elf-ld
AR = ../cross/opt/bin/i686-elf-ar
-# Flags to make the binary smaller TODO: Remove after indirect pointer support!
-CSFLAGS = -mpreferred-stack-boundary=2 -fno-asynchronous-unwind-tables -Os
-
-CFLAGS = $(CSFLAGS) -Wall -Wextra -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Iinc/ -I../libc/inc/ -Duserspace -fPIE
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Iinc/ -I../libc/inc/ -fPIE -Duserspace -Ofast
all: libgui clean