From c6ddfae4e0b78ba0415fc304d23227f657c529ea Mon Sep 17 00:00:00 2001 From: zhangc43 Date: Fri, 6 May 2016 18:26:03 -0400 Subject: [PATCH] specify OPTIMIZATIO in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0c19b683..24b17965f 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ spectral: build/spectral build/spectral: build @mkdir build/spectral - @(cd build/spectral; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_DRIVER=SPECTRAL -D DAMASK_INSTALL=${HOME}/bin ../..;) + @(cd build/spectral; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_DRIVER=SPECTRAL -DOPTIMIZATION=AGGRESSIVE -DDAMASK_INSTALL=${HOME}/bin ../..;) build: bin @mkdir build