On Mon, Aug 06, 2018 at 11:01:04AM +0800, Ming wrote:
- OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
- SUPPORTED_ARCHITECTURES = AARCH64
- BUILD_TARGETS = DEBUG|RELEASE
Can you also add NOOPT please? Between DEBUG and RELEASE.
Yes, I will add spaces between DEBUG and RELEASE.
I think that I made a mistake in last email. Do you mean add NOOPT targets?
Yes.
DEBUG|NOOPT|RELEASE ?
Exactly.
What is the NOOPT?
Built with -O0. DEBUG is no longer built with -O0.
/ Leif