summaryrefslogtreecommitdiffstats
path: root/src/Make.config
diff options
context:
space:
mode:
authorFelipe Boeira <felipe.boeira@liu.se>2019-01-21 13:22:57 +0100
committerFelipe Boeira <felipe.boeira@liu.se>2019-01-21 13:22:57 +0100
commitb257cc57cf50704c785d1a3b02badcb166a19ebe (patch)
treef527ca4c959b7c7969a18110c4b8d053e29dff6d /src/Make.config
parentd4522b8e9854178473adcea0fbb84f23f6e744bd (diff)
downloadpintos-b257cc57cf50704c785d1a3b02badcb166a19ebe.tar.gz
Fixed bugs for execution on newer software
Diffstat (limited to 'src/Make.config')
-rw-r--r--src/Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.config b/src/Make.config
index 8992e60..1301180 100644
--- a/src/Make.config
+++ b/src/Make.config
@@ -45,7 +45,7 @@ endif
# Compiler and assembler invocation.
DEFINES =
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
-CFLAGS = -g -msoft-float -O $(CFLAG_STACK_PROTECTOR)
+CFLAGS = -std=gnu99 -ggdb -msoft-float -fno-omit-frame-pointer -ffreestanding -fno-inline -fno-pic -O $(CFLAG_STACK_PROTECTOR)
CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs
LDFLAGS =