cf6cab5 Disable NDEBUG in builds

Authored and Committed by zbyszek 5 years ago
1 file changed. 2 lines added. 1 lines removed.
    Disable NDEBUG in builds
    
    In principle systemd supports building without assertions for production,
    but we want the assertions to be enabled to catch as many errors early as possible.
    
    Also, let's remove the obsolete work-around for meson not showing logs. This
    is already reverted upstream, but apparently not in the version of macros that
    Fedora has.
    
        
file modified
+2 -1