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
|
LDLIBS += -lssh2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),Linux)
|
|
||||||
ifeq ($(CXX),clang++)
|
|
||||||
CXX += -std=c++11 -Wno-potentially-evaluated-expression
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
CXXFLAGS += -static
|
CXXFLAGS += -static
|
||||||
CXX += -I/include -DWIN32
|
CXX += -I/include -DWIN32
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A Cross-platform Code Editor
|
A Cross-platform Code Editor
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/timw4mail/Tyro.svg?branch=master)](https://travis-ci.org/timw4mail/Tyro) (Linux Build Only)
|
||||||
|
|
||||||
## Planned Features
|
## Planned Features
|
||||||
|
|
||||||
* Syntax Highlighting
|
* Syntax Highlighting
|
||||||
|
Loading…
Reference in New Issue
Block a user