39e7af2 Backport JDK-8233880 to fix version detection of GCC 10.

Authored and Committed by ahughes 3 years ago
    Backport JDK-8233880 to fix version detection of GCC 10.
    
    Remove compiler flags used to disable GCC optimisations. This is now
    resolved by -fno-delete-null-pointer-checks and -fno-lifetime-dse being turned
    on in the upstream build, after GCC >= 6 is detected.
    
        
  • Build completed
    success
    Built as java-1.8.0-openjdk-1:1.8.0.252.b01-0.1.ea.fc33
    3 years ago
file modified
+13 -5