RFR: 8323667: Library debug files contain non-reproducible full gcc include paths [v4]
Erik Joelsson
erikj at openjdk.org
Wed Jan 17 19:11:55 UTC 2024
On Wed, 17 Jan 2024 15:49:10 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
> Ah, I thought CFLAGS was only set in the gmk files...? i'll give it a try thanks.
No, we specifically only set the variable `CFLAGS` in configure because there are autoconf macros that relies on that variable. In our makefiles we avoid the standard variable `CFLAGS` and are instead choosing to be explicit with various `CFLAGS_*` and `*_CFLAGS` variables.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17399#issuecomment-1896464882
More information about the build-dev
mailing list