diff options
| author | R3x <siddharth.muralee@gmail.com> | 2019-06-24 07:31:17 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-06-24 16:24:48 +0200 |
| commit | 3a7e9179b1a9faba8d2290518442f79946c75c4f (patch) | |
| tree | 679ffe6737231e7b06837c3434ba4ea01420d8ab /pkg | |
| parent | 2873954bda817ac39a3bcbdc3962a20d021874db (diff) | |
pkg/build: add LOCKDEBUG and KASAN_PANIC
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/netbsd.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/build/netbsd.go b/pkg/build/netbsd.go index eda23f952..0bd842c93 100644 --- a/pkg/build/netbsd.go +++ b/pkg/build/netbsd.go @@ -30,9 +30,12 @@ func (ctx netbsd) build(targetArch, vmType, kernelDir, outputDir, compiler, user conf := []byte(` include "arch/amd64/conf/GENERIC" +options LOCKDEBUG + makeoptions KASAN=1 options KASAN no options SVS +options KASAN_PANIC makeoptions KCOV=1 options KCOV |
