Skip to content

Commit 370d3dc

Browse files
committed
Stopped segfaults on glibc >= 2.24
1 parent 2a08f33 commit 370d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all : $(APPS) direwolf.desktop direwolf.conf
1212
@echo " "
1313

1414
CC := gcc
15-
CFLAGS := -O3 -pthread -Igeotranz
15+
CFLAGS := -O3 -pthread -Igeotranz -g -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1
1616

1717
LDFLAGS := -lm -lpthread -lrt
1818

0 commit comments

Comments
 (0)