resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
495 stars 49 forks source link

ci: add aggressive gcc build with -fanalyzer #327

Closed N-R-K closed 1 year ago

N-R-K commented 1 year ago

-fanalyzer used to throw out two warnings about memory leaks, but that seems to have been fixed with cc677e660daa53b3a8c60a18e0d0456eb322727a

also enables some aggressive gcc flags that aren't enabled by default even at -O3 (e.g graphite, ipa-pta).

N-R-K commented 1 year ago

Feel free to add -fipa-pta to the defaults if you wish, now that #328 is merged. @guijan