summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2019-01-22 22:03:06 +0100
committerRoland Stigge <stigge@antcom.de>2019-01-22 22:03:06 +0100
commit9e238820cb4df45219cf122206aa0ae153e81c60 (patch)
treec1a794e120cb1c75c9afaa95deebcb51ab04f517 /Makefile
parent9cc4c3cc65df53f6c835d7473aaf3955345cd88b (diff)
Prepared chrono
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: