[Q] Dev vs. Deployment builds
[Q] Dev vs. Deployment builds
- Subject: [Q] Dev vs. Deployment builds
- From: Mark de Jong <email@hidden>
- Date: Mon, 10 Jun 2002 13:24:02 -0700
Is there a simple way in PB to have both a dev and a deploy target so
that I can jump from one to another without cleaning the targets between
builds?
I'd like to have both a development build and a deployment build
available at the same time. I thought I could do that via build styles,
but if I've built a debug version and then switch styles to deployment,
the final executable is still 4+ MB in size, where it should only be
800-900K.
Is there something I can add to the build style that strips out all the
debugging stuff?
Here are my deployment style settings:
COPY_PHASE_STRIP = YES
DEBUGGING_SYMBOLS = NO
OPTIMIZATION_CFLAGS = -O3
and here are my development style settings:
COPY_PHASE_STRIP = NO
DEBUGGING_SYMBOLS = YES
OPTIMIZATION_CFLAGS = -O0
Thanks, in advance, for any suggestions you can offer.
-- Mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.