Skip to content
Snippets Groups Projects
Commit 469a03de authored by Soomin Lee's avatar Soomin Lee
Browse files

Xcode: MobileVLCKit: Build with dSYM file only on release


(cherry picked from commit 1c012f6a)
Signed-off-by: default avatarSoomin Lee <bubu@mikan.io>
parent 6e0b2708
No related branches found
No related tags found
No related merge requests found
......@@ -1153,6 +1153,7 @@
);
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DSTROOT = /tmp/MobileVLCKit.dst;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
......
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