aboutsummaryrefslogtreecommitdiff
path: root/src/rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules.make')
-rw-r--r--src/rules.make2
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