We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-truncationdetect
1 parent cce09ba commit ec80a16Copy full SHA for ec80a16
README.md
@@ -25,9 +25,8 @@ export GOROOT=/path/to/go-panikint
25
# Compile only
26
./bin/go build test_simple_overflow.go
27
28
-# Disable truncation detection
29
-./bin/go run -gcflags="-truncationdetect=false" program.go
30
-./bin/go build -gcflags="-truncationdetect=false" program.go
+# Build compiler with truncation detection disabled
+cd src && GOFLAGS="-gcflags=-truncationdetect=false" ./make.bash
31
32
33
# Fuzz only
0 commit comments