From 370d3dc27c7fff5f493ebbe865c26cb1f1610ccd Mon Sep 17 00:00:00 2001 From: "Duncan X. Simpson" Date: Sun, 6 Nov 2016 20:01:31 -0700 Subject: [PATCH] Stopped segfaults on glibc >= 2.24 --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index 40498e3..c87ecdc 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -12,7 +12,7 @@ all : $(APPS) direwolf.desktop direwolf.conf @echo " " CC := gcc -CFLAGS := -O3 -pthread -Igeotranz +CFLAGS := -O3 -pthread -Igeotranz -g -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 LDFLAGS := -lm -lpthread -lrt