Kisak-Strike
Kisak-Strike copied to clipboard
cmake
- [x] try and remove usage of -fPIC, this allows the compiler to detect functions that are only used locally and optimize for that. Maybe replace with -fPIE to remove PLT/GOT ( UPDATE 10/06/20: see https://github.com/SwagSoftware/Kisak-Strike/commit/8285d553e5650efadc20796af1cf9490a1655092, some work has been done on this. Note that not all modules use -fpic, that is why it's spammed across so many cmakelists instead of being put in every single one.)
- [ ] upgrade the old 2010 libjpeg to libjpeg-turbo ( maybe distro package? I know they're named differently on other distros )
- [ ] port other platforms?