Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant compiler flag | Thomas Voss | 2022-11-17 | 1 | -2/+1 |
| | | | | | | The -fomit-frame-pointer optimization is already enabled at -O1 and we are compiling with -O3, so this is not something we need to manually specify. | ||||
* | Don't check for O_PATH being defined | Thomas Voss | 2022-11-17 | 1 | -0/+1 |
| | | | | | | | | O_PATH has been in Linux since version 2.6.39, which was a very long time ago. Additionally, this library only works on Linux anyways since the interface to backlight information is Linux-specific. Therefore we have no real reason to bother with handling the case where it's not defined. | ||||
* | Use link time optimizations | Thomas Voss | 2022-11-14 | 1 | -1/+1 |
| | |||||
* | Move from make(1) to tup(1) | Thomas Voss | 2022-10-13 | 1 | -0/+12 |