From 3362e2fb538c9426635e2fda8d9737662b48fc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Feb 2019 01:25:45 +0100 Subject: I somehow got stuff to bulid, now it just doesn't link. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e72ba47c..7d9337d8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC := g++ OBJDIR = obj -CFLAGS = -std=gnu++11 -Wall -Wextra \ +CFLAGS = -std=gnu++11 -Wall -Wextra -Wno-reorder \ -ggdb -fPIC \ $(shell guile-config compile) LDFLAGS = -fPIC $(shell guile-config link) -- cgit v1.2.3