|
From: <sik...@us...> - 2006-05-17 03:14:09
|
Revision: 14 Author: sik0fewl Date: 2006-05-16 20:14:05 -0700 (Tue, 16 May 2006) ViewCVS: http://svn.sourceforge.net/perceptioncrash/?rev=14&view=rev Log Message: ----------- Typo fix Modified Paths: -------------- trunk/perceptioncrash/Jamrules Modified: trunk/perceptioncrash/Jamrules =================================================================== --- trunk/perceptioncrash/Jamrules 2006-05-17 03:04:21 UTC (rev 13) +++ trunk/perceptioncrash/Jamrules 2006-05-17 03:14:05 UTC (rev 14) @@ -20,7 +20,7 @@ switch $(VARIANT) { case optimize : CFLAGS += -O3 -g -Wall -DNDEBUG ; - CXXFLAGS += -O3 -g -Wall -DNDEUB ; + CXXFLAGS += -O3 -g -Wall -DNDEBUG ; LIBS += -g ; case debug : CFLAGS += -Wall -O0 -g3 ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |