mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 19:44:00 +00:00
main: remove -cflags and -ldflags flags
These are unnecessary now that they are supported in CGo.
This commit is contained in:
committed by
Ron Evans
parent
b61751e429
commit
7bac93aab3
@@ -28,8 +28,6 @@ type Options struct {
|
||||
Debug bool
|
||||
PrintSizes string
|
||||
PrintStacks bool
|
||||
CFlags []string
|
||||
LDFlags []string
|
||||
Tags string
|
||||
WasmAbi string
|
||||
TestConfig TestConfig
|
||||
|
||||
Reference in New Issue
Block a user