CMake
...
HARDENED_RUNTIME_ENABLED TRUE
HARDENED_RUNTIME_OPTIONS
"com.apple.security.cs.allow-jit"
"com.apple.security.cs.disable-library-validation"
"com.apple.security.device.audio-input"
...
Unused Source Code
Remove code, templates, and headers that aren't in use or otherwise add bulk to the build.
CMake
Unused Source Code
Remove code, templates, and headers that aren't in use or otherwise add bulk to the build.