From 6e52ca0eb019a99a179e155b69ac05cc85b6c955 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 1 Nov 2014 03:44:22 +0200 Subject: [PATCH] makefile fix --- example/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/makefile b/example/makefile index f15cd34a..b576fa7b 100644 --- a/example/makefile +++ b/example/makefile @@ -1,4 +1,4 @@ -CXX = /usr/bin/g++-4.8 +CXX = g++ CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include CXX_RELEASE_FLAGS = -O3 -flto CXX_DEBUG_FLAGS= -g