From 95e917f2c5d1e1a011844cb800f0b84076b4b0ae Mon Sep 17 00:00:00 2001 From: Georg Hager Date: Thu, 14 Mar 2019 09:06:04 +0100 Subject: [PATCH] Fix ?= bei ENABLE_OPENMP --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 9e76b69..b5c5f15 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ # Supported: GCC, CLANG, ICC TAG ?= GCC -ENABLE_OPENMP = false +ENABLE_OPENMP ?= false #Feature options OPTIONS = -DSIZE=40000000ull