-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA: Add OCaml 5.3 to the build matrix
- Loading branch information
1 parent
e563a67
commit eab7333
Showing
6 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -Naur a/src/context_flags.ml b/src/context_flags.ml | ||
--- a/src/context_flags.ml 2024-08-21 13:03:37.000000000 +0000 | ||
+++ b/src/context_flags.ml 2024-09-05 14:57:29.242019552 +0000 | ||
@@ -23,7 +23,7 @@ | ||
let flags = | ||
(if (Sys.win32 && Config.ccomp_type = "msvc") | ||
then ["\"/EHsc\""] | ||
- else ["-Wall -Wextra -Wno-unused-parameter -x c++"]) @ | ||
+ else ["-Wall -Wextra -Wno-unused-parameter -x c++ -std=c++11"]) @ | ||
(ifc useGLPK ["-DUSEGLPK"]) @ | ||
(ifc useCOIN ["-DUSECOIN"]) @ | ||
(ifc useCLP ["-DUSECLP"]) @ |