From 60edc30f8230abc7554e2b0602aa89fb4b0fc59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 14:36:13 +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 --- system/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/makefile b/system/makefile index 92283f9..07022ba 100644 --- a/system/makefile +++ b/system/makefile @@ -1,4 +1,4 @@ -CC=gcc -O1 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include -c -o +CC=gcc -O0 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include -c -o LINK=ld -e __main -o