MT#60666 c++: add standard 20 to be used

Add to the compilation flags the standard,
which has to be used during the compilation
process.

Wasn't the case before.

Change-Id: I51d2303040a6b31d56411e7e4a89da8c0adf7170
mr13.1
Donat Zenichev 1 year ago
parent 129b407bfb
commit 9284cb8606

2
debian/rules vendored

@ -9,7 +9,7 @@ EXCLUDED_MODULES=conf_auth examples/db_announce fast_ack gateway ivr mailbox mp3
EXCLUDED_DSM_MODULES=mod_aws mod_py
EXCLUDED_DSM_PY_MODULES=mod_aws mod_py
CPPFLAGS += -DHAVE_XMLRPCPP_SSL
CPPFLAGS += -DHAVE_XMLRPCPP_SSL -std=c++20
export USE_SPANDSP=yes LONG_DEBUG_MESSAGE=yes CPPFLAGS="$(CPPFLAGS)"

Loading…
Cancel
Save