mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
added release profile and bytecode target for main
This commit is contained in:
parent
e288a626fd
commit
957783a926
2 changed files with 13 additions and 1 deletions
8
bin/dune
8
bin/dune
|
|
@ -1,4 +1,10 @@
|
|||
(executable
|
||||
(public_name mlox)
|
||||
(libraries Lox)
|
||||
(name main))
|
||||
(name main)
|
||||
(modes exe byte))
|
||||
|
||||
(env
|
||||
(release
|
||||
(ocamlopt_flags
|
||||
(:standard -O3))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue