Fixed example makefile for clang
This commit is contained in:
parent
1dea46e1ab
commit
309327187a
@ -1,4 +1,4 @@
|
||||
CXX ?= clang++
|
||||
CXX = clang++
|
||||
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include
|
||||
CXX_RELEASE_FLAGS = -O2
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
|
Loading…
Reference in New Issue
Block a user