Stopped segfaults on glibc >= 2.24

This commit is contained in:
Duncan X. Simpson 2016-11-06 20:01:31 -07:00
parent 2a08f33966
commit 370d3dc27c
1 changed files with 1 additions and 1 deletions

View File

@ -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