Skip to content
Snippets Groups Projects
Commit b0c3a5ea authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

build: use c++17

Change-Id: I5a94c9b165cc564eaecce7af51e0c8b1977bf3a6
parent bc0c926e
No related branches found
No related tags found
Loading
#! /bin/sh
export BUILDFORIOS=1
export MIN_IOS_VERSION=9.3
export MIN_IOS_VERSION=11
IOS_TARGET_PLATFORM=iPhoneSimulator
RELEASE=0
......@@ -121,7 +121,7 @@ do
CFLAGS+=" -O3"
fi
CXXFLAGS="-stdlib=libc++ -std=c++14 $CFLAGS"
CXXFLAGS="-stdlib=libc++ -std=c++17 $CFLAGS"
LDFLAGS="$CFLAGS"
./autogen.sh || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment