about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2020-09-09 12:20:48 +0200
committerJon <jonringer@users.noreply.github.com>2020-09-09 15:09:26 -0700
commitfbefec0d3e1fde1ad36b661d44935959532b1c1c (patch)
tree6e6f4da68b9d3ed8d577939c7f5778047a7151f7 /pkgs/applications/networking/browsers
parentc97fcc3fe08815d13079ba7cee625c89bfedcf4d (diff)
j: fix build on darwin
On darwin the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687.

ZHF: #97479
Diffstat (limited to 'pkgs/applications/networking/browsers')
0 files changed, 0 insertions, 0 deletions