Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-ios
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-ios
Commits
b0c3a5ea
Commit
b0c3a5ea
authored
4 years ago
by
Kateryna Kostiuk
Browse files
Options
Downloads
Patches
Plain Diff
build: use c++17
Change-Id: I5a94c9b165cc564eaecce7af51e0c8b1977bf3a6
parent
bc0c926e
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile-ios.sh
+2
-2
2 additions, 2 deletions
compile-ios.sh
with
2 additions
and
2 deletions
compile-ios.sh
+
2
−
2
View file @
b0c3a5ea
#! /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++1
4
$CFLAGS
"
CXXFLAGS
=
"-stdlib=libc++ -std=c++1
7
$CFLAGS
"
LDFLAGS
=
"
$CFLAGS
"
./autogen.sh
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment