Skip to content

Commit

Permalink
Turned on dSYMs for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Zitzmann authored and Nick Zitzmann committed Aug 24, 2009
1 parent 8ec546c commit fb504e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Helios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,12 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
"GCC_AUTO_VECTORIZATION[arch=i386]" = YES;
"GCC_AUTO_VECTORIZATION[arch=x86_64]" = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_FAST_MATH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 3;
INFOPLIST_FILE = "Info-Helios.plist";
OTHER_CFLAGS = "";
Expand Down

0 comments on commit fb504e2

Please sign in to comment.