Sha256: 8c0330685a7a8799ec4d90446badf27ce5201bc4016d5f272d58e9faddb46f86
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
# In order to make it easier to audit the signal handler code, we use very # restrictive include rules to limit the amount of code that the signal handler # can depend on. include_rules = [ "-src", "-include", "+src/trap-handler", ] specific_include_rules = { "trap-handler.h": [ "+src/base/build_config.h", "+src/globals.h", "+src/flags.h", ] }
Version data entries
5 entries across 5 versions & 1 rubygems