summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2019-02-16 18:25:24 +0100
committerRoland Stigge <stigge@antcom.de>2019-02-16 18:25:24 +0100
commitfe8b95b29e69946c81e65dfb7fd838c2922c5c00 (patch)
tree7fd80e9fbb94b309241d8e6aa6a1e896ae3e949a /Makefile
parentba9179c7991eeaf1b8d59a0db3975f049b2735b7 (diff)
Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deedfd3..2a2971a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXX=clang++-7 -stdlib=libc++
+CXX=clang++-7
CXXFLAGS=-stdlib=libc++ -Wall -O2 -std=c++17
#-march=native -mtune=native # is not better for llvm