diff options
| author | Théo Zimmermann | 2020-03-12 13:33:12 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-12 13:33:12 +0100 |
| commit | 1534ae991ad44db8da9394f1d1ae0f240da6b541 (patch) | |
| tree | 7ea4c9fde9b20890d0eac6cdbe008fe741a5a55a | |
| parent | af1b164b2a496d9c44b4b8648e37514b3def5b7a (diff) | |
| parent | 12ae13cf2d90b2f8a3a26274235284aae60646c5 (diff) | |
Merge PR #11810: [dune] Fix ocamlopt_flags for release profile
Reviewed-by: Zimmi48
| -rw-r--r-- | dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ (env (dev (flags :standard -rectypes -w -9-27+40+60 \ -short-paths)) (release (flags :standard -rectypes) - (ocamlopt_flags -O3 -unbox-closures)) + (ocamlopt_flags :standard -O3 -unbox-closures)) (ireport (flags :standard -rectypes -w -9-27-40+60) (ocamlopt_flags :standard -O3 -unbox-closures -inlining-report))) |
