From 3a7cbd5f638c5a69f33aa8cec5f97338ec8687d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 14:35:35 +0000 Subject: [PATCH] =?UTF-8?q?build:=20enl=C3=A8ve=20l'optimisation=20du=20co?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/makefile b/lib/makefile index 35ce987..a53528d 100644 --- a/lib/makefile +++ b/lib/makefile @@ -1,4 +1,4 @@ -CC=gcc -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include +CC=gcc -O0 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include LINK=ld -r -o OBJS= memory.o vga.o port.o video.o mouse.o idt.o timer.o keyboard.o types.o string.o graph.o 3d.o math.o cpu.o