From 15e98d240648071c205b5648ad4e35f0a8328e44 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 14 Mar 2019 10:36:09 +0100 Subject: [PATCH] Fix in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313668e..6e9962b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ As added benefit the code is a blueprint for a minimal benchmarking application 1. Configure the toolchain and additional options in `config.mk`: ``` -TAG = GCC # Supported GCC, CLANG, ICC -ENABLE_OPENMP = false +# Supported: GCC, CLANG, ICC +TAG ?= GCC +ENABLE_OPENMP ?= false OPTIONS = -DSIZE=40000000ull OPTIONS += -DNTIMES=10