Kisak-Strike icon indicating copy to clipboard operation
Kisak-Strike copied to clipboard

cmake

Open LWSS opened this issue 5 years ago • 0 comments

  • [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?

LWSS avatar Jun 04 '20 05:06 LWSS