mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 01:41:07 +00:00
ios playback: Xcode project: Force Dwarf debug symbols (build time speedup)
Until now it was using dSYM by default. Each build was taking forever.
This commit is contained in:
parent
30e730bccc
commit
a9a8e36475
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,7 @@
|
|||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"~/Library/Developer/GStreamer/iPhone.sdk",
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
|
@ -366,6 +367,7 @@
|
|||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"~/Library/Developer/GStreamer/iPhone.sdk",
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
|
|
Loading…
Reference in a new issue