mirror of https://gitee.com/bigwinds/arangodb
add verbose compiler switches.
This commit is contained in:
parent
85aee07023
commit
561484b797
|
@ -24,6 +24,9 @@ At runtime arangod needs to be started with these options:
|
||||||
--javascript.v8-options="--gdbjit_dump"
|
--javascript.v8-options="--gdbjit_dump"
|
||||||
--javascript.v8-options="--gdbjit_full"
|
--javascript.v8-options="--gdbjit_full"
|
||||||
|
|
||||||
|
Debugging the Make process
|
||||||
|
--------------------------
|
||||||
|
If the compile goes wrong for no particular reason, appending 'verbose=' adds more output. For some reason V8 has VERBOSE=1 for the same effect.
|
||||||
|
|
||||||
Runtime
|
Runtime
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue