File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
site/source/docs/tools_reference Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1249,7 +1249,7 @@ See docs/process.md for more on how version tagging works.
1249
1249
their own secondary sysroot may be able to simplify their build system by
1250
1250
removing this completely and relying on the new default.
1251
1251
- Reinstated the warning on linker-only ` -s ` settings passed when not linking
1252
- (i.e. when compiling with ` -c ` ). As before this can disabled with
1252
+ (i.e. when compiling with ` -c ` ). As before this can be disabled with
1253
1253
` -Wno-unused-command-line-argument ` (#14182 ).
1254
1254
- Standalone wasm mode no longer does extra binaryen work during link. It used
1255
1255
to remove unneeded imports, in hopes of avoiding nonstandard imports that
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ CHECK_NULL_WRITES
53
53
When STACK_OVERFLOW_CHECK is enabled we also check writes to address zero.
54
54
This can help detect NULL pointer usage. If you want to skip this extra
55
55
check (for example, if you want reads from the address zero to always return
56
- zero) you can disabled this here. This setting has no effect when
56
+ zero) you can disable this here. This setting has no effect when
57
57
STACK_OVERFLOW_CHECK is disabled.
58
58
59
59
Default value: true
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ var STACK_OVERFLOW_CHECK = 0;
68
68
// When STACK_OVERFLOW_CHECK is enabled we also check writes to address zero.
69
69
// This can help detect NULL pointer usage. If you want to skip this extra
70
70
// check (for example, if you want reads from the address zero to always return
71
- // zero) you can disabled this here. This setting has no effect when
71
+ // zero) you can disable this here. This setting has no effect when
72
72
// STACK_OVERFLOW_CHECK is disabled.
73
73
var CHECK_NULL_WRITES = true ;
74
74
You can’t perform that action at this time.
0 commit comments