RFR: 8311247: Some cpp files are compiled with -std:c11 flag
Daniel Jeliński
djelinski at openjdk.org
Wed Aug 9 12:51:02 UTC 2023
On Tue, 8 Aug 2023 18:28:36 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> it's unfortunate that we need to repeat so much.
Right. The default make convention uses `CPPFLAGS` for flags shared between preprocessor and both C and C++ compilers. We don't have any shared variable as far as I could tell.
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14758#issuecomment-1671228873
More information about the build-dev
mailing list