Skip to content

Commit

Permalink
Turn off assertions, just because that seems like the thing to do when
Browse files Browse the repository at this point in the history
trying to measure performance.
  • Loading branch information
Steven Smith committed Nov 22, 2011
1 parent 1703f51 commit 86fccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
CFLAGS = -g -Wall -O3 -D_GNU_SOURCE
CFLAGS = -g -Wall -O3 -D_GNU_SOURCE -DNDEBUG
LDFLAGS+=-lm

.PHONY: all clean run
Expand Down

0 comments on commit 86fccf5

Please sign in to comment.