Skip to content

Commit

Permalink
pkg/build: add LOCKDEBUG and KASAN_PANIC
Browse files Browse the repository at this point in the history
  • Loading branch information
R3x authored and dvyukov committed Jun 24, 2019
1 parent 2873954 commit 3a7e917
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/build/netbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a7e917

Please sign in to comment.