RFR: 8292226: Prepare make for better Link Time Optimization support [v2]
Julian Waters
jwaters at openjdk.org
Thu Aug 11 11:41:23 UTC 2022
On Thu, 11 Aug 2022 08:08:02 GMT, David Holmes <dholmes at openjdk.org> wrote:
> But I think we may end up just removing this anyway.
You never know for certain if this might come in handy in the future ;)
> make/hotspot/lib/JvmFeatures.gmk line 173:
>
>> 171: ifeq ($(call check-jvm-feature, link-time-opt), true)
>> 172: ifeq ($(call isCompiler, gcc), true)
>> 173: # NOTE: Disable automatic opimization level and let the explicit cflag control
>
> existing typo: opimization
Fixed it, thanks for catching it
-------------
PR: https://git.openjdk.org/jdk/pull/9829
More information about the build-dev
mailing list