From b257cc57cf50704c785d1a3b02badcb166a19ebe Mon Sep 17 00:00:00 2001 From: Felipe Boeira Date: Mon, 21 Jan 2019 13:22:57 +0100 Subject: Fixed bugs for execution on newer software --- src/Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make.config') 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 = -- cgit v1.2.1