10 lines
163 B
Go
10 lines
163 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build linux && cgo
|
|
// +build linux,cgo
|
|
|
|
// #cgo LDFLAGS: -mfloat-abi=hard
|
|
|
|
package main
|