202a7bb Expose release/slowdebug builds being produced via conditionals.

Authored and Committed by Severin Gehwolf 5 years ago
    Expose release/slowdebug builds being produced via conditionals.
    
    Example:
    $ rpmbuild -ba java-openjdk.spec --without slowdebug
    
    The above example wouldn't include a slowdebug build if it would
    be otherwise supported on that architecture.
    
    By default, slowdebug and release builds are being produced in the
    same fashion as prior this patch.
    
        
file modified
+39 -2