naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.15k stars 78 forks source link

Do not default to Debug build type #242

Closed foxpy closed 2 years ago

foxpy commented 2 years ago

Also point occasional users to build with Release build type.

This makes it a bit easier for distribution maintainers to package maim. Also now occasional users will build optimized binaries if they follow instructions in README.

Closes #168.

foxpy commented 2 years ago

CC @naelstrof

I don't feel like merging it myself because there are probably some reasons to use Debug build type by default.

naelstrof commented 2 years ago

I believe I did it because I wanted to be able to run cmake without any parameters and have it work, the issues outlined pretty good reasons why that shouldn't be the case-- and I know the arch builds already specify the build type. It probably won't affect anyone negatively. Thanks!