From 9d6ac8440a3588bd1a4f763f5aeb741bb6f7bb47 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 1 May 2017 09:48:30 +0200 Subject: started vga module, puzzled about eliminated dead loops in clang? --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 041a029..94fb3f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ CC := gcc -CFLAGS := -std=c99 -m32 -ffreestanding +CFLAGS := -std=c99 -m32 -ffreestanding -Os -g -Wall -Werror LD := ld all: image.bin -- cgit v1.2.3-54-g00ecf