Browse Source

Build: remove -ansi requirement

pull/1/head
heck 3 years ago
parent
commit
5c7a02fec8
  1. 2
      Makefile.conf

2
Makefile.conf

@ -11,7 +11,7 @@ TARGET=libpEpCxx11.a
DEBUG=1
PREFIX?=$(HOME)
LANG_VERSION=c++11
CXXFLAGS+=-fPIC -Wall -Wextra -ansi -pedantic
CXXFLAGS+=-fPIC -Wall -Wextra -pedantic
ifneq (,$(findstring g++,$(CXX)))
CXXFLAGS+=-fdiagnostics-color=always

Loading…
Cancel
Save