From 5467cb35f3a796b11a3b4715e53dfc642fbe8ec4 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 17 Dec 2014 07:10:46 +0200 Subject: [PATCH] fixed clang make --- example/Makefile.clang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Makefile.clang b/example/Makefile.clang index 9d68e796..78488446 100644 --- a/example/Makefile.clang +++ b/example/Makefile.clang @@ -1,6 +1,6 @@ CXX = clang++ -CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include -B/usr/lib/gold-ld/ -CXX_RELEASE_FLAGS = -O3 -flto +CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include +CXX_RELEASE_FLAGS = -O2 CXX_DEBUG_FLAGS= -g