From e65a7ee0a8ec7359aaecb7e2e17fe3417780716e Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 26 Nov 2014 14:15:12 +0200 Subject: [PATCH] Makefile trivia: ajduk comments --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8e38d9b3..8f06e2c2 100644 --- a/Makefile +++ b/Makefile @@ -831,10 +831,10 @@ CCOPTS_AJDUK += '-DDUK_OPT_DECLARE=extern uint8_t *ajsheap_ram; extern duk_uint1 #CCOPTS_AJDUK += -DDUK_OPT_DEBUG -DDUK_OPT_DPRINT #CCOPTS_AJDUK += -DDUK_OPT_DEBUG -DDUK_OPT_DPRINT -DDUK_OPT_DDPRINT -DDUK_OPT_DDDPRINT +# Command line with Alljoyn.js pool allocator, for low memory testing. +# The pool sizes only make sense with -m32, so force that. This forces +# us to use barebones cmdline too. ajduk: alljoyn-js ajtcl dist - # Command line with Alljoyn.js pool allocator, for low memory testing. - # The pool sizes only make sense with -m32, so force that. This forces - # us to use barebones cmdline too. $(CC) -o $@ \ -Ialljoyn-js/ -Iajtcl/inc/ -Iajtcl/target/linux/ \ $(CCOPTS_NONDEBUG) \