From 493b5a2cf072c1f183d4724c9c0cc7b63d4771ae Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 12 Feb 2015 18:34:39 +0100 Subject: kmain.c is kind of an example of how the VFS should be used from the outside... --- src/rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rules.make') diff --git a/src/rules.make b/src/rules.make index e3840dd..f107d89 100644 --- a/src/rules.make +++ b/src/rules.make @@ -3,7 +3,7 @@ AS = nasm ASFLAGS = -felf -g CC = i586-elf-gcc -CFLAGS += -ffreestanding -O2 -std=gnu99 -Wall -Wextra -I . -I ./include -g -Wno-unused-parameter +CFLAGS += -ffreestanding -O2 -std=gnu99 -Wall -Wextra -Werror -I . -I ./include -g -Wno-unused-parameter # CXX = i586-elf-g++ # CXFLAGS = -ffreestanding -O3 -Wall -Wextra -I . -I ./include -fno-exceptions -fno-rtti LD = i586-elf-gcc -- cgit v1.2.3