diff options
Diffstat (limited to 'maker.org')
-rw-r--r-- | maker.org | 67 |
1 files changed, 61 insertions, 6 deletions
@@ -954,12 +954,67 @@ dub build -h #+END_SRC #+BEGIN_SRC sh -dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc -dub --compiler=ldc2 --config=sdp-ldc --debug=io -dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc --debug=io -dub --compiler=ldc2 --config=sdp-ldc-debug --debug=io -dub --compiler=gdc --config=sdp-gdc-debug --debug=io -dub --compiler=dmd --config=sdp-dmd-debug --debug=io +time (dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc) +time (dub --compiler=ldc2 --config=sdp-ldc --debug=io) +time (dub --compiler=ldc2 --config=sdp-ldc --debug=checkdoc --debug=summary --debug=dumpdoc --debug=io) +time (dub --compiler=ldc2 --config=sdp-ldc-debug --debug=io) +time (dub --compiler=gdc --config=sdp-gdc-debug --debug=io) +time (dub --compiler=dmd --config=sdp-dmd-debug --debug=io) +#+END_SRC + +***** debug flags + +#+BEGIN_SRC sh +biblio +biblio_sorted +bibliosorted +block +bookindex +bookindexmatch +bookindexraw +check +checkdoc +code +comment +dumpdoc write out document contents, with object type and ocn +endnotes +endnotes_build +footnotes +footnotesdone +group +header +header_and_content +header1 +headerjson +headermakejson +headermetadatajson +heading +headings +headingsfound +insert +io +munge +node +objectrelated1 +objectrelated2 +objects +ocnoff +para +parabullet +parabulletindent +paraindent +paraindenthang +parent +poem +quote +raw +sdlang +source +srclines +structattrib +summary +table +toc #+END_SRC *** make |