camlboot/patches/compflags.patch
Gabriel Scherer eae8c877fe update the ocaml-src submodule to track the maintenance 4.07 branch
Building 4.07 (and 4.08) was broken on recent GCC versions; I just
pushed a commit to the maintenance branch of 4.07 to fix this, so that
I can build on my machine.
2020-12-10 21:28:48 +01:00

6 lines
181 B
Diff

19,20c19
< echo ' -nopervasives -no-alias-deps -w -49' \
< ' -pp "$AWK -f ./expand_module_aliases.awk"';;
---
> echo ' -nopervasives -no-alias-deps -w -49';;