summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 18:11:40 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commit3ec98f55bd78572195f355a2ccb891df1c91b798 (patch)
tree1ad5660c4a9d3a1ca448e7f4eb7458955b9d0e0a
parent38220c56c9a888a0c00ff22fb82ba156fec1f6a8 (diff)
Default Makefile settings
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89ec68c..ed4ddd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS=-ggdb3 -O0 -Wall -Wextra -Wno-unused-variable -std=c99 -Isrc $(OPTFLAGS)
-LDFLAGS=-ggdb3 -O0 -Wall -Wno-unused-variable # -Werror
+CFLAGS=-g -O3 -Wall -Wextra -Wno-unused-variable -std=c99 -Isrc $(OPTFLAGS)
+LDFLAGS=-g -O3 -Wall -Wno-unused-variable # -Werror
SRCDIR=src
DATADIR=data