Skip to content

Commit

Permalink
Disable C compiler optimizations (necessary for gcc 9 on Windows)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Protzenko <[email protected]>
  • Loading branch information
tahina-pro and msprotz committed Mar 4, 2020
1 parent 0785788 commit 99ac1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(public_name stdint)
(synopsis "Standard integer types for OCaml")
(flags (:standard -w -50-32))
(c_flags -O0)
(install_c_headers
int8 int16 int24 int40 int48 int56 int128
uint8 uint16 uint24 uint32 uint40 uint48 uint56 uint64 uint128)
Expand Down

0 comments on commit 99ac1fa

Please sign in to comment.