Release v4.9237 - Ice Coffee

This commit is contained in:
iceman1001 2020-05-21 21:55:15 +02:00
commit 833bc4d9a3
20 changed files with 30 additions and 29 deletions

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall -Werror -O3
CFLAGS?=-Wall -O3
# Linux libs
LIBS=-pthread -D_GNU_SOURCE
# Mac libs

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall -Werror -O3
CFLAGS?=-Wall -O3
LIBS=
VPATH=../common
INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall -Werror -O3
CFLAGS?=-Wall -O3
LIBS=-lpthread
VPATH=../common
INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall -Werror -O3
CFLAGS?=-Wall -O3
LIBS=-lpthread
VPATH=../common
INC=-I ../common