Add info target

This commit is contained in:
Jan Eitzinger
2021-01-18 07:53:38 +01:00
parent 89b2ecdb75
commit 86e57fd554
4 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -Ofast -xHost -qopt-streaming-stores=always -std=c99 -ffreestanding $(OPENMP)
VERSION = --version
CFLAGS = -fast -xHost -qopt-streaming-stores=always -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =