aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-20 22:18:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-20 22:18:23 +0100
commit151571c4540e02b130c808d58d3cc169dd87627a (patch)
tree57627ffdcd8f57d72d5f4baef56847087a7460f9 /Makefile
parentFurther C++ improvements, maybe doesn't segfault now. (diff)
downloadcalp-151571c4540e02b130c808d58d3cc169dd87627a.tar.gz
calp-151571c4540e02b130c808d58d3cc169dd87627a.tar.xz
new segfaults, I give up.c++
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5a0ae1a..ef2e8949 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC := g++
OBJDIR = obj
-CFLAGS = -std=gnu++11 -pedantic -Wall -Wextra -Wno-reorder \
+CFLAGS = -std=gnu++11 -pedantic -Wall -Wextra \
-ggdb -fPIC # \
# $(shell guile-config compile)
LDFLAGS = -fPIC # $(shell guile-config link)