Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
8cd0aeaa
Commit
8cd0aeaa
authored
Jan 19, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios: don't compile with --enable-debug with -g only by default
parent
145f4587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/package/ios/build.sh
extras/package/ios/build.sh
+3
-3
No files found.
extras/package/ios/build.sh
View file @
8cd0aeaa
...
@@ -74,10 +74,10 @@ info "Building libvlc for iOS"
...
@@ -74,10 +74,10 @@ info "Building libvlc for iOS"
if
[
"
$PLATFORM
"
=
"Simulator"
]
;
then
if
[
"
$PLATFORM
"
=
"Simulator"
]
;
then
TARGET
=
"i686-apple-darwin11"
TARGET
=
"i686-apple-darwin11"
ARCH
=
"i386"
ARCH
=
"i386"
OPTIM
=
"-O3"
OPTIM
=
"-O3
-g
"
else
else
TARGET
=
"arm-apple-darwin11"
TARGET
=
"arm-apple-darwin11"
ARCH
=
"armv7"
ARCH
=
"armv7
-g
"
fi
fi
info
"Using
${
ARCH
}
with SDK version
${
SDK_VERSION
}
"
info
"Using
${
ARCH
}
with SDK version
${
SDK_VERSION
}
"
...
@@ -238,7 +238,7 @@ CONTRIB_DIR=${VLCROOT}/contrib-ios-${TARGET} \
...
@@ -238,7 +238,7 @@ CONTRIB_DIR=${VLCROOT}/contrib-ios-${TARGET} \
${
VLCROOT
}
/configure
\
${
VLCROOT
}
/configure
\
--prefix
=
"
${
PREFIX
}
"
\
--prefix
=
"
${
PREFIX
}
"
\
--host
=
"
${
TARGET
}
"
\
--host
=
"
${
TARGET
}
"
\
--
en
able-debug
\
--
dis
able-debug
\
--enable-static
\
--enable-static
\
--disable-macosx
\
--disable-macosx
\
--disable-macosx-vout
\
--disable-macosx-vout
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment