diff options
| author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2021-01-06 17:52:02 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-07 09:31:03 +0000 |
| commit | 94ffff68c8e84d4983e3d803575cfdb3e5782515 (patch) | |
| tree | 8c9b5fde17a7081d038a410fe92a36bb0431ada7 /Makefile.libcompat | |
| parent | 7467c537a50e558588e369a1409f50684ddefb25 (diff) | |
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index 85859a960d81..8b5b31e99387 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -104,7 +104,7 @@ build${libcompat}: .PHONY OBJROOT='$${OBJTOP}/' \ MAKEOBJDIRPREFIX= \ DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS \ - MK_CTF=no MK_RETPOLINE=no MK_WARNS=no \ + MK_CTF=no MK_RETPOLINE=no -DNO_WERROR \ ${_t} .endfor .endfor |
