Commit 0d61ab82 authored by gabime's avatar gabime

small makefile fix for example

parent 67ddd597
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment