DNS-OARC / flamethrower

a DNS performance and functional testing utility supporting UDP, TCP, DoT and DoH
Apache License 2.0
318 stars 37 forks source link

Add support to build on MacOS with M1 cpus. #84

Closed marka63 closed 3 years ago

marka63 commented 3 years ago

The existing code depended on the processor being x86_64.

Newer Macs are M1 (arm64) based machines.

Fallback to using raise() when on a M1.