diff options
Diffstat (limited to 'core/build-system.html')
-rw-r--r-- | core/build-system.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/build-system.html b/core/build-system.html index e547185..760589a 100644 --- a/core/build-system.html +++ b/core/build-system.html @@ -516,16 +516,8 @@ specified here as well.</p> </tr> </table> -<h4>TARGET_SIMULATOR</h4> -<p>If we're building the simulator, as opposed to the arm or emulator builds, -<code>TARGET_SIMULATOR</code> will be set to <code>true</code>. - <h4>Some Examples</h4> -<pre>ifeq ($(TARGET_SIMULATOR),true) -LOCAL_CFLAGS += -DSIMULATOR -endif - -ifeq ($(TARGET_BUILD_TYPE),release) +<pre>ifeq ($(TARGET_BUILD_TYPE),release) LOCAL_CFLAGS += -DNDEBUG=1 endif |