Revert "Release v4.9222 - Ice Coffee "

This reverts commit a5aeadc339.
This commit is contained in:
iceman1001 2020-05-21 09:24:38 +02:00
commit 521a76d3c2
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