mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Thrift-1462: add more strict compiler flags
Reverting MINGW addition for c+++0x git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1213905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea949fbaf9
commit
a99027c708
@ -86,13 +86,7 @@ thrift_SOURCES += src/generate/t_c_glib_generator.cc \
|
|||||||
src/generate/t_go_generator.cc
|
src/generate/t_go_generator.cc
|
||||||
|
|
||||||
thrift_CPPFLAGS = -I$(srcdir)/src
|
thrift_CPPFLAGS = -I$(srcdir)/src
|
||||||
|
|
||||||
if MINGW
|
|
||||||
thrift_CXXFLAGS = -Wall
|
thrift_CXXFLAGS = -Wall
|
||||||
else
|
|
||||||
thrift_CXXFLAGS = -Wall -Wextra -std=c++0x -pedantic
|
|
||||||
endif
|
|
||||||
|
|
||||||
thrift_LDADD = @LEXLIB@ libparse.a
|
thrift_LDADD = @LEXLIB@ libparse.a
|
||||||
|
|
||||||
libparse_a_CPPFLAGS = -I$(srcdir)/src
|
libparse_a_CPPFLAGS = -I$(srcdir)/src
|
||||||
|
Loading…
Reference in New Issue
Block a user