mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -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
|
(executable
|
||||||
(name cpp)
|
(name cpp)
|
||||||
(flags :standard -warn-error -a+8)
|
(flags :standard -warn-error -a+8)
|
||||||
(modes native)
|
(modes (best exe))
|
||||||
(libraries dune.configurator))
|
(libraries dune.configurator))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue