undo accidentally-committed makefile change

This commit is contained in:
Joel Dice 2007-10-28 18:54:21 -06:00
parent a80677d673
commit 7aecdb6ce0

View File

@ -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