NG Compiler directives - Confused!

BlitzMax Forums/BlitzMax NG/NG Compiler directives - Confused!

Scaremonger(Posted 2016) [#1]
I used this code to test compiler directives for a project that I am planning:

This is a fresh install of Java/NDK/SDK and BMXNG.



The first thing I noticed is that "?release" never works, but should these directives match those selected under platform and architecture, or provide details of the architecture it is compiled upon?

Android/ARMeabiv5 reports as WIN32 - WHAT?

Android/X86 fails to compile.

Raspberry Pi fails to compile:
* failed to compile E:/BMX-NG/mod/brl.mod/appstub.mod/appstub.linux.c


Silver_Knee(Posted 2016) [#2]
Shouldn't release be ?Not debug


Scaremonger(Posted 2016) [#3]
@Silver_Knee: looking through some of my old code, Yes you're correct. :)