Fix bug if ANIMATE define is set Move all defines to config.mk Add clangd generation in Makefile Move ICC to ICX config
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# Supported: CLANG, CLANG, ICX
|
|
TAG ?= GCC
|
|
|
|
#Feature options
|
|
OPTIONS += -DARRAY_ALIGNMENT=64
|
|
#OPTIONS += -DANIMATE
|
|
#OPTIONS += -DDEBUG
|
|
#OPTIONS += -DVERBOSE_AFFINITY
|
|
#OPTIONS += -DVERBOSE_DATASIZE
|
|
#OPTIONS += -DVERBOSE_TIMER
|