mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
396 B
9 lines
396 B
# Additional options on top of makeduk_base.yaml to enable debug prints.
|
|
|
|
DUK_USE_DEBUG_BUFSIZE: 512
|
|
DUK_USE_DEBUG: true
|
|
DUK_USE_DEBUG_LEVEL: 0
|
|
#DUK_USE_DEBUG_LEVEL: 1
|
|
DUK_USE_DEBUG_WRITE:
|
|
verbatim: "#define DUK_USE_DEBUG_WRITE(level,file,line,func,msg) do {fprintf(stderr, \"D%ld %s:%ld (%s): %s\\n\", (long) (level), (file), (long) (line), (func), (msg));} while(0)"
|
|
DUK_USE_ASSERTIONS: true
|
|
|