Maintain separate flags for C++ compiler invocations
Previously we would pass flags intended for the C compiler to the C++ compiler (see #16738). This would cause, for instance, `-std=gnu99` to be passed to the C++ compiler, causing spurious test failures. Fix this by maintaining a separate set of flags for C++ compilation invocations.
Showing
-
mentioned in merge request !1098 (closed)
-
mentioned in issue #16738 (closed)
-
mentioned in issue #17471 (closed)
-
mentioned in commit 9a896a55
-
mentioned in merge request !2164 (closed)
-
mentioned in commit a9d7b1c0
-
mentioned in commit f764568d
-
mentioned in commit a9a13018
-
mentioned in commit c2074cc5
-
mentioned in commit 15f1dc33
-
mentioned in commit 4156b877
Please register or sign in to comment