Re: RFR: 8353272: One instance of STATIC_LIB_CFLAGS was missed in JDK-8345683

2025-04-05 Thread Erik Joelsson
On Mon, 31 Mar 2025 13:27:32 GMT, Magnus Ihse Bursie wrote: > It turns out one instance of STATIC_LIB_CFLAGS was missed in Flags.gmk when > fixing [JDK-8345683](https://bugs.openjdk.org/browse/JDK-8345683). This was > noticed by @cnqpzhang in > https://github.com/openjdk/jdk/pull/24115/files#r

RFR: 8353272: One instance of STATIC_LIB_CFLAGS was missed in JDK-8345683

2025-03-31 Thread Magnus Ihse Bursie
It turns out one instance of STATIC_LIB_CFLAGS was missed in Flags.gmk when fixing [JDK-8345683](https://bugs.openjdk.org/browse/JDK-8345683). This was noticed by @cnqpzhang in https://github.com/openjdk/jdk/pull/24115/files#r2011164138. - Commit messages: - 8353272: One instance