Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove -fstack-clash-protection warnings on FreeBSD/arm64
FreeBSD on arm64 gives warnings like this: ``` DEP gbsinfo.c -o gbsinfo.d cc: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] DEP plugout_wav.c -o plugout_wav.d cc: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] ``` Fix these warnings by not setting -fstack-clash-protection if it would not get used.
- Loading branch information