We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc558f commit 0b976f2Copy full SHA for 0b976f2
config.m4
@@ -67,5 +67,7 @@ if test "$PHP_LISTNODE" != "no"; then
67
dnl
68
dnl PHP_SUBST(LISTNODE_SHARED_LIBADD)
69
70
+ dnl 设置C++编译参数
71
+ CXXFLAGS="${CXXFLAGS} -std=c++11"
72
PHP_NEW_EXTENSION(ListNode, ListNode.cc CListNode.cc,$ext_shared)
73
fi
0 commit comments