From 7b27ab493b56f9e77d805c4f44a1717f3a79231e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 19 Feb 2015 19:23:34 +0100 Subject: Userland test infrastructure --- 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 14dfe0a..9640480 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 -I . -I ./include -g +CFLAGS += -ffreestanding -std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -I . -I ./include -g -O2 -Os # CXX = i586-elf-g++ # CXFLAGS = -ffreestanding -O3 -Wall -Wextra -I . -I ./include -fno-exceptions -fno-rtti LD = i586-elf-gcc -LDFLAGS += -ffreestanding -nostdlib -lgcc +LDFLAGS += -ffreestanding -nostdlib -lgcc -O2 -Os all: $(OUT) -- cgit v1.2.3