From 0b76aff59b586d87ee0449bc7deda878f4633515 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 11 Mar 2015 17:59:28 +0100 Subject: Add better stack tracing technology (now uses kernel memory map!) --- src/rules.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rules.make') diff --git a/src/rules.make b/src/rules.make index b8a3287..7a5c21e 100644 --- a/src/rules.make +++ b/src/rules.make @@ -4,11 +4,11 @@ AS = nasm ASFLAGS = -felf -g CC = i586-elf-gcc -CFLAGS += -ffreestanding -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-unused-function -I . -I ./include -g -O2 -Os +CFLAGS += -ffreestanding -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-unused-function -I . -I ./include -g -O0 # CXX = i586-elf-g++ # CXFLAGS = -ffreestanding -O3 -Wall -Wextra -I . -I ./include -fno-exceptions -fno-rtti LD = i586-elf-gcc -LDFLAGS += -ffreestanding -nostdlib -lgcc -O2 -Os +LDFLAGS += -ffreestanding -nostdlib -lgcc -O0 all: $(OUT) -- cgit v1.2.3