5f6384c Build `powerline` binary with correct linker flags

Authored and Committed by sicherha 2 years ago
    Build `powerline` binary with correct linker flags
    
    `setup.py` evaluates only the `CFLAGS` environment variable, but it
    compiles and links the program in a single step - so `CFLAGS` can be
    abused for passing linker flags as well.
    
        
file modified
+6 -2