Add animation define
This commit is contained in:
parent
34f65b8fc3
commit
3b13ac202a
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user