From 151571c4540e02b130c808d58d3cc169dd87627a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 20 Feb 2019 22:18:23 +0100 Subject: new segfaults, I give up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3