aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 12:08:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 12:08:03 +0100
commit86cb382c91fa965ad84d97c8c8e21957e695a1ae (patch)
tree88b5fc4e4eac2554a31485342d2d1c8bc5255075 /Makefile
parentJag kan inte ens programmera på rätt dator... (diff)
downloadcalp-86cb382c91fa965ad84d97c8c8e21957e695a1ae.tar.gz
calp-86cb382c91fa965ad84d97c8c8e21957e695a1ae.tar.xz
Further changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9c3140b..e5a0ae1a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC := g++
OBJDIR = obj
-CFLAGS = -std=gnu++11 -Wall -Wextra -Wno-reorder \
+CFLAGS = -std=gnu++11 -pedantic -Wall -Wextra -Wno-reorder \
-ggdb -fPIC # \
# $(shell guile-config compile)
LDFLAGS = -fPIC # $(shell guile-config link)