Browse Source

fix example makefile debug option examples (commented out)

pull/9/head
Sami Vaarala 11 years ago
parent
commit
6571ce9e85
  1. 1
      examples/Makefile.cmdline
  2. 1
      examples/Makefile.example

1
examples/Makefile.cmdline

@ -26,6 +26,7 @@ CCLIBS += -lncurses
# Optional feature defines, see: http://www.duktape.org/guide.html#compiling
CCOPTS += -DDUK_OPT_SELF_TESTS
#CCOPTS += -DDUK_OPT_DEBUG
#CCOPTS += -DDUK_OPT_DPRINT
# ...
duk: $(DUKTAPE_SOURCES) $(DUKTAPE_CMDLINE_SOURCES)

1
examples/Makefile.example

@ -25,6 +25,7 @@ DEFINES =
# Optional feature defines, see: http://www.duktape.org/guide.html#compiling
DEFINES += -DDUK_OPT_SELF_TESTS
#DEFINES += -DDUK_OPT_DEBUG
#DEFINES += -DDUK_OPT_DPRINT
#DEFINES += -DDUK_OPT_NO_TRACEBACKS
# ...

Loading…
Cancel
Save