From 0d61ab82e4b8056703a2d20f90ee936a1ed4e00d Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 29 Apr 2018 00:09:56 +0300 Subject: [PATCH] small makefile fix for example --- example/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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