forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: move -fexcess-precision=standard to the internal cflags (o…
…caml#9496) Follow-up to c5afa93. The GCC option -fexcess=precision is supported for C but not for C++. Some users use ocamlc -c or ocamlopt -c to compile C++ source files, causing errors since -fexcess-precision=standard was added to the common C flags in commit c5afa93. This commit moves -fexcess-precision=standard to the internal C flags, so that ocamlc -c and ocamlopt -c will not apply it to C / C++ source files. (cherry picked from commit 4d3b431)
- Loading branch information
1 parent
ff98901
commit 9b96596
Showing
2 changed files
with
16 additions
and
16 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