Have separate debug binaries available.

This commit is contained in:
Jason Felds
2011-07-11 15:44:10 -04:00
parent fb5450e234
commit 40aa454bf5
+2 -2
View File
@@ -7928,7 +7928,7 @@
"-fno-exceptions",
"-falign-loops=16",
);
PRODUCT_NAME = StepMania;
PRODUCT_NAME = "StepMania-debug";
SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app;
};
@@ -8639,7 +8639,7 @@
"-fno-exceptions",
"-falign-loops=16",
);
PRODUCT_NAME = StepMania;
PRODUCT_NAME = "StepMania-FastDebug";
STRIP_INSTALLED_PRODUCT = NO;
SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app;