Small fixes.

This commit is contained in:
Jan Eitzinger
2019-07-01 09:59:10 +02:00
parent 9bad3340b6
commit d8b4feb50a
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#CONFIGURE TOOL CHAIN
CC = gcc
OPENMP =# -fopenmp
OPENMP = -fopenmp
#CFLAGS = -O3 -xHost -qopt-zmm-usage=high -std=c99 $(OPENMP)
CFLAGS = -O3 -std=c99 $(OPENMP)
LFLAGS = $(OPENMP)