Add animation define

This commit is contained in:
Jan Eitzinger 2024-11-01 08:41:50 +01:00
parent 34f65b8fc3
commit 3b13ac202a
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -12,5 +12,7 @@ VERSION = --version
CFLAGS = -Ofast -std=c99 $(OPENMP) CFLAGS = -Ofast -std=c99 $(OPENMP)
#CFLAGS = -Ofast -fnt-store=aggressive -std=c99 $(OPENMP) #AMD CLANG #CFLAGS = -Ofast -fnt-store=aggressive -std=c99 $(OPENMP) #AMD CLANG
LFLAGS = $(OPENMP) -lm LFLAGS = $(OPENMP) -lm
DEFINES = -D_GNU_SOURCE# -DDEBUG DEFINES = -D_GNU_SOURCE
DEFINES += -DANIMATE
# DEFINES += -DDEBUG
INCLUDES = INCLUDES =