1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:10:04 -07:00

runtime: remove CGO CFLAGS -Wall

This commit is contained in:
zzkcode 2023-11-30 19:38:07 +08:00
parent 2a9f9e22d3
commit f4615c23f6

View File

@ -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()