From 9e238820cb4df45219cf122206aa0ae153e81c60 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Tue, 22 Jan 2019 22:03:06 +0100 Subject: Prepared chrono --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7d22c2..7b3a78f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CXX=clang++-7 all: fft fft: fft.cpp - $(CXX) -Wall -std=c++17 -o $@ $^ + $(CXX) -Wall -O2 -std=c++17 -o $@ $^ install: -- cgit v1.2.3