removed -qopt-report from Intel flags

This commit is contained in:
Georg Hager
2019-03-14 13:14:42 +01:00
parent 15e98d2406
commit bc717360ec

View File

@@ -5,7 +5,7 @@ ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -qopt-report -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
CFLAGS = -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =