Revert "Release v4.9224 - Ice Coffee "

This reverts commit 9cec93fd54.
This commit is contained in:
iceman1001 2020-05-21 09:25:32 +02:00
commit 3e389c6e07
19 changed files with 24 additions and 24 deletions

View file

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

View file

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

View file

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

View file

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