aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/options.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-04-06 12:26:00 +0200
committerRon Evans <[email protected]>2021-04-09 18:33:48 +0200
commit7bac93aab332a09350adcf9893da05dfb611b9a6 (patch)
treebd42c3ac03e369912605a6950b07318086b8cfa7 /compileopts/options.go
parentb61751e4298401150661a20bf689c45e6065b58a (diff)
downloadtinygo-7bac93aab332a09350adcf9893da05dfb611b9a6.tar.gz
tinygo-7bac93aab332a09350adcf9893da05dfb611b9a6.zip
main: remove -cflags and -ldflags flags
These are unnecessary now that they are supported in CGo.
Diffstat (limited to 'compileopts/options.go')
-rw-r--r--compileopts/options.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/compileopts/options.go b/compileopts/options.go
index d1c7c6edc..a12a92cd9 100644
--- a/compileopts/options.go
+++ b/compileopts/options.go
@@ -28,8 +28,6 @@ type Options struct {
Debug bool
PrintSizes string
PrintStacks bool
- CFlags []string
- LDFlags []string
Tags string
WasmAbi string
TestConfig TestConfig