todbot / blink1-tool

Command-line tools and C library for blink(1) USB RGB LED
https://blink1.thingm.com/
Other
84 stars 15 forks source link

Segregate compiler debug flag from build #11

Closed pearsonk closed 5 years ago

pearsonk commented 6 years ago

'-g' was set by default. Segregating into a 'debug' target allows for building without the debug information, reducing binary and library footprint by roughly 30%.

Signed-off-by: Kevin Pearson kevin.pearson@ortmanconsulting.com

todbot commented 6 years ago

Hi! This conflicts slightly with the other PR you submitted. Could you resubmit against the patched version?

pearsonk commented 6 years ago

Rebased on current master.

todbot commented 5 years ago

Thanks!