Skip to content

Commit

Permalink
remove jsoo debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 15, 2023
1 parent 3684336 commit 7d070c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/grainc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
(:include ./config/flags.sexp)))
(libraries grain grain_diagnostics binaryen dune-build-info)
(js_of_ocaml
(flags --no-sourcemap --no-extern-fs --debug times)))
(flags --no-sourcemap --no-extern-fs)))
2 changes: 1 addition & 1 deletion compiler/graindoc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
(preprocess
(pps ppx_deriving_cmdliner))
(js_of_ocaml
(flags --no-sourcemap --no-extern-fs --debug times)))
(flags --no-sourcemap --no-extern-fs)))
2 changes: 1 addition & 1 deletion compiler/grainformat/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
(preprocess
(pps ppx_deriving_cmdliner))
(js_of_ocaml
(flags --no-sourcemap --no-extern-fs --debug times)))
(flags --no-sourcemap --no-extern-fs)))
2 changes: 1 addition & 1 deletion compiler/grainlsp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
(libraries cmdliner grain_utils grain_language_server grain_formatting
dune-build-info)
(js_of_ocaml
(flags --no-sourcemap --no-extern-fs --debug times)
(flags --no-sourcemap --no-extern-fs)
(javascript_files hacks.js)))

0 comments on commit 7d070c5

Please sign in to comment.