From 7aecdb6ce0876a453db7e486722f473260582bcf Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 28 Oct 2007 18:54:21 -0600 Subject: [PATCH] undo accidentally-committed makefile change --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8a400218da..405454ece6 100644 --- a/makefile +++ b/makefile @@ -112,7 +112,7 @@ ifeq ($(mode),stress-major) cflags += -O0 -g3 -DVM_STRESS -DVM_STRESS_MAJOR endif ifeq ($(mode),fast) - cflags += -O3 -g3 -DNDEBUG + cflags += -O3 -DNDEBUG strip = strip show-size = ls -l endif