Remove extra Makefile flags for clang++

This commit is contained in:
Timothy Warren 2015-05-08 22:28:05 -04:00
parent 452b2c34a7
commit b18e9db710
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -2,6 +2,8 @@
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
* Syntax Highlighting