c9e4921 Ticket 48350 - Integrate ASAN into our rpm build process

Authored and Committed by William Brown 7 years ago
    Ticket 48350 - Integrate ASAN into our rpm build process
    
    Bug Description:  To improve our QE, we need to be more aggresive during our
    tests in QE for detecting issues.
    
    Fix Description:  This improves our ASAN integration with our rpms and systemd.
    This way, we can give ASAN builds to QE for testing, and we can produce
    non-instrumented builds for production releases.
    
    Note that if you run ./configure --enable-asan; make rpms, this will create
    an ASAN instrumented RPM.
    
    https://fedorahosted.org/389/ticket/48350
    
    Author: wibrown
    
    Review by: nhosoi (Thanks!)
    
        
file modified
+17 -1
file modified
+2 -1
file modified
+37 -4