Browse Source

Makefile trivia: ajduk comments

pull/92/head
Sami Vaarala 10 years ago
parent
commit
e65a7ee0a8
  1. 6
      Makefile

6
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) \

Loading…
Cancel
Save