From 4923e9ffc2a26cec420a1a2af7cd4dc6fbc5c4a6 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 30 Jun 2004 18:03:29 -0700 Subject: [PATCH] no debug flag darcs-hash:20040701010329-24bed-6281aa54719ae11d147278abffa75ecf2323f897.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 1.7.10.4