54c894c Actually disable LTO

Authored and Committed by Severin Gehwolf 3 years ago
    Actually disable LTO
    
    Previously, the define for _lto_cflags was too far down in the
    spec file. optflags is being evaluated before it, thus, it
    still contained -flto -ffat-lto-objects cflags which is then
    passed to the build. Fix is to move the define further up.
    
        
  • Build completed
    success
    Built as java-1.8.0-openjdk-1:1.8.0.265.b01-1.fc33
    3 years ago
file modified
+10 -7