mirror of
https://github.com/golang/go
synced 2024-11-23 00:30:07 -07:00
runtime: remove CGO CFLAGS -Wall
This commit is contained in:
parent
2a9f9e22d3
commit
f4615c23f6
@ -239,7 +239,7 @@ const coreCrashThreadSource = `
|
||||
package main
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -g -O0 -Wall
|
||||
#cgo CFLAGS: -g -O0
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
void trigger_crash()
|
||||
|
Loading…
Reference in New Issue
Block a user