From 1ebe1e89155159a933ffadc58a07d8aa5e49b844 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Wed, 30 Aug 2017 14:52:57 -0700 Subject: PHP: fix c++ error after c core 1.6 uptake --- templates/config.m4.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/config.m4.template') diff --git a/templates/config.m4.template b/templates/config.m4.template index f91893c2bd..cd93fbd0fb 100644 --- a/templates/config.m4.template +++ b/templates/config.m4.template @@ -14,7 +14,7 @@ LIBS="-lpthread $LIBS" CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11" - CXXFLAGS="-std=c++11" + CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti" GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" PHP_REQUIRE_CXX() PHP_ADD_LIBRARY(pthread) -- cgit v1.2.3