Add config option for MarkerAPI to config.mk and integrate it in the build system
This commit is contained in:
@@ -5,8 +5,8 @@ ifeq ($(ENABLE_OPENMP),true)
|
||||
OPENMP = -qopenmp
|
||||
endif
|
||||
|
||||
CFLAGS = -DLIKWID -DLIKWID_PERFMON -Ofast -xHost -std=c99 -ffreestanding $(OPENMP) $(LIKWID_INC)
|
||||
LFLAGS = $(OPENMP) $(LIKWID_LIB) -llikwid
|
||||
CFLAGS = -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
|
||||
LFLAGS = $(OPENMP)
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
||||
|
||||
Reference in New Issue
Block a user