Skip to content

Commit 31879e1

Browse files
lczyksoypat
andauthored
Update important-options.md (#449)
* Update important-options.md * change to internal link * Update important-options.md --------- Co-authored-by: Patricio Whittingslow <graded.sp@gmail.com>
1 parent bdf525f commit 31879e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/usage/important-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Use the specified scheduler. The default scheduler varies by platform. For examp
9292
- `scheduler=none` The none scheduler disables scheduler support, which means that goroutines and channels are not available. It can be used to reduce firmware size and RAM consumption if goroutines and channels are not needed.
9393

9494
- `-ldflags`
95-
The TinyGo `ldflags` flag has the same behavior as the Go link tool `ldflags` flag. It passes a value along to the TinyGo linker. This is commonly used to set the value for a variable at the time that the program is compiled for example `-ldflags="-X 'package_path.variable_name=new_value'"`
95+
The TinyGo `ldflags` flag has the same behavior as the Go link tool `ldflags` flag. It passes a value along to the TinyGo linker. This is commonly used to set the value for a variable at the time that the program is compiled for example `-ldflags="-X 'package_path.variable_name=new_value'"` See [How to set build-time variables]({{< ref "tips-n-tricks.md" >}}) for more information.

0 commit comments

Comments
 (0)