1
0
Fork 0

add verbose compiler switches.

This commit is contained in:
Willi Goesgens 2015-03-04 14:27:50 +01:00
parent 85aee07023
commit 561484b797
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ At runtime arangod needs to be started with these options:
--javascript.v8-options="--gdbjit_dump"
--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
-------