On Wed, 17 Jan 2024 15:49:10 GMT, Andrew Leonard <aleon...@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

Reply via email to