[vlc-commits] MobileVLCKit.xcodeproj: removed weird CPU optimization flag
Felix Paul Kühne
git at videolan.org
Fri Mar 23 00:18:13 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Mar 23 00:07:36 2012 +0100| [1fed2577c1c6ad3d11ae00ec1d0eb1860898a433] | committer: Felix Paul Kühne
MobileVLCKit.xcodeproj: removed weird CPU optimization flag
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1fed2577c1c6ad3d11ae00ec1d0eb1860898a433
---
.../MobileVLCKit.xcodeproj/project.pbxproj | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj
index 9eeadb4..8e11632 100644
--- a/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj
@@ -278,7 +278,6 @@
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/MobileVLCKit.dst;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
@@ -295,7 +294,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = armv7;
DSTROOT = /tmp/MobileVLCKit.dst;
- GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../include";
More information about the vlc-commits
mailing list