Remove extra Makefile flags for clang++
This commit is contained in:
parent
452b2c34a7
commit
b18e9db710
6
Makefile
6
Makefile
@ -35,12 +35,6 @@ else
|
||||
LDLIBS += -lssh2
|
||||
endif
|
||||
|
||||
ifeq ($(OS),Linux)
|
||||
ifeq ($(CXX),clang++)
|
||||
CXX += -std=c++11 -Wno-potentially-evaluated-expression
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
CXXFLAGS += -static
|
||||
CXX += -I/include -DWIN32
|
||||
|
Loading…
Reference in New Issue
Block a user