From: Joshua Grams Date: Sun, 26 Mar 2006 11:33:34 +0000 (+0000) Subject: oops, had -ggdb in Makefile instead of -O3 X-Git-Tag: 0.4^0 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=refs%2Ftags%2F0.4 oops, had -ggdb in Makefile instead of -O3 --- diff --git a/Makefile b/Makefile index 42d1fe9..133dbab 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DATA_PREFIX := /usr/share/vor PROGRAM_PREFIX := /usr/games/bin -CFLAGS := -Wall -ggdb +CFLAGS := -Wall -O3 LDFLAGS := paths := -DDATA_PREFIX=\"$(DATA_PREFIX)\"