diff --git a/example/Makefile b/example/Makefile index 8b17c7f2..e446ddc1 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,5 +1,4 @@ -CXX ?= g++ -CXXFLAGS = +CXX = g++ CXX_FLAGS = -Wall -Wshadow -Wextra -pedantic -std=c++11 -pthread -I../include CXX_RELEASE_FLAGS = -O3 -march=native CXX_DEBUG_FLAGS= -g