mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Merge pull request #421 from shym/allow-bytecode-target
Allow explicit fallback to bytecode for cpp
This commit is contained in:
commit
d1de46c7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
(executable
|
||||
(name cpp)
|
||||
(flags :standard -warn-error -a+8)
|
||||
(modes native)
|
||||
(modes (best exe))
|
||||
(libraries dune.configurator))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue