aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 14:35:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 14:35:58 +0100
commitf82a15703735d9bd164b6c70155f482457717726 (patch)
treef93fb51f752bba35ce50e9e3e533072b3ca307cc /Makefile
parentCode cleanup and add documentation. (diff)
downloadcalp-f82a15703735d9bd164b6c70155f482457717726.tar.gz
calp-f82a15703735d9bd164b6c70155f482457717726.tar.xz
Remove pendatic, update macro to be more portable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51e27750..4d87fab2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJDIR = obj
CPPFLAGS = -DSAFE_STR # -DSAFE_HASH
CFLAGS = $(CPPFLAGS) \
- -std=gnu11 -Wall -Wextra -pedantic \
+ -std=gnu11 -Wall -Wextra \
-ggdb -fPIC \
$(shell guile-config compile)
LDFLAGS = -fPIC $(shell guile-config link)