Skip to content

Commit

Permalink
Compile with debug information by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jun 24, 2016
1 parent 910956f commit 95a9ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.options
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SERVER_PACKAGES := calendar lwt.ppx js_of_ocaml.deriving.ppx
CLIENT_PACKAGES := calendar js_of_ocaml.ppx lwt.ppx js_of_ocaml.deriving.ppx

# Debug package (yes/no): Debugging info in compilation
DEBUG := no
DEBUG := yes

# Native mode (yes/no): Compile also with native mode (it will always
# compile with byte mode)
Expand Down

0 comments on commit 95a9ed9

Please sign in to comment.