From: brian Date: Thu, 1 Jul 2004 01:03:29 +0000 (-0700) Subject: no debug flag X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=4923e9ffc2a26cec420a1a2af7cd4dc6fbc5c4a6 no debug flag darcs-hash:20040701010329-24bed-6281aa54719ae11d147278abffa75ecf2323f897.gz --- diff --git a/Makefile b/Makefile index 530aa03..39e1f1d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ MIPS_PC = mips-unknown-elf-gpc # Be VERY careful about changing any of these as they can break binary # compatibility and create hard to find bugs -mips_optflags = -O3 -g \ +mips_optflags = -O3 \ -mmemcpy \ -ffunction-sections -fdata-sections \ -falign-functions=512 \