diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-12 18:34:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-12 18:34:39 +0100 |
commit | 493b5a2cf072c1f183d4724c9c0cc7b63d4771ae (patch) | |
tree | 82bbc8885a2798c1e1f256e9763914a93c290929 /src/rules.make | |
parent | 2432a437a715f7220697d13aae13e97087709842 (diff) | |
download | kogata-493b5a2cf072c1f183d4724c9c0cc7b63d4771ae.tar.gz kogata-493b5a2cf072c1f183d4724c9c0cc7b63d4771ae.zip |
kmain.c is kind of an example of how the VFS should be used from the outside...
Diffstat (limited to 'src/rules.make')
-rw-r--r-- | src/rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 |