Guest User

Untitled

a guest
Feb 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Index: ocamlbuild/ChangeLog
  2. ===================================================================
  3. 0a1,6
  4. > 2011-06-22 Robert Jakob <rj@robertjakob.de>
  5. >
  6. > Verbose option implicitly enables -classic-display.
  7. >
  8. > * options.ml: Implicitly set Log.classic_display in -verbose.
  9. >
  10. Index: ocamlbuild/options.ml
  11. ===================================================================
  12. 137c137
  13. < "-verbose", Int (fun i -> Log.level := i + 2), "<level> Set the verbosity level";
  14. ---
  15. > "-verbose", Int (fun i -> Log.classic_display := true; Log.level := i + 2), "<level> Set the verbosity level";
Add Comment
Please, Sign In to add comment