aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-08-22 00:35:27 +0200
committerMarvin Borner2020-08-22 00:35:27 +0200
commite72ef04668a87702c92cebc868612b9ebb8b0ad8 (patch)
treee100829c5a14f2135906d9abafbf9767f4fc6ee7 /apps/Makefile
parent94de27efb7f9f97d162c1cd6b0a2bb89e3fe555f (diff)
Switched proc linked list to libc list
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 194d7df..6a6e52c 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -6,7 +6,6 @@ LD = ../cross/opt/bin/i686-elf-ld
OC = ../cross/opt/bin/i686-elf-objcopy
# Flags to make the binary smaller TODO: Remove after indirect pointer support!
-# TODO: Fix optimization flags (relocation of functions)
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 -I../libc/inc/ -I../libgui/inc/ -fPIE -Duserspace