Compile without --std=c++0x

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-17 19:35:27 -05:00
parent 7d19fbe203
commit 689eedc271
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ source = userinput.proto hostinput.proto transportinstruction.proto
PROTOC = protoc
AM_CPPFLAGS = $(protobuf_lite_CFLAGS)
AM_CXXFLAGS = --std=c++0x -pedantic -Werror -Wall -Wextra -fno-default-inline -pipe
AM_CXXFLAGS = -pedantic -Wno-long-long -Werror -Wall -Wextra -fno-default-inline -pipe
SUFFIXES = .proto .pb.cc