main: remove -cflags and -ldflags flags

These are unnecessary now that they are supported in CGo.
This commit is contained in:
Ayke van Laethem
2021-04-06 12:26:00 +02:00
committed by Ron Evans
parent b61751e429
commit 7bac93aab3
3 changed files with 2 additions and 14 deletions
-2
View File
@@ -28,8 +28,6 @@ type Options struct {
Debug bool
PrintSizes string
PrintStacks bool
CFlags []string
LDFlags []string
Tags string
WasmAbi string
TestConfig TestConfig