File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
site/source/docs/tools_reference Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Whether we should add runtime assertions. This affects both JS and how
23
23
system libraries are built.
24
24
ASSERTIONS == 2 gives even more runtime checks, that may be very slow. That
25
25
includes internal dlmalloc assertions, for example.
26
+ ASSERTIONS defaults to 0 in optimized builds (-O1 and above).
26
27
27
28
Default value: 1
28
29
Original file line number Diff line number Diff line change 47
47
// system libraries are built.
48
48
// ASSERTIONS == 2 gives even more runtime checks, that may be very slow. That
49
49
// includes internal dlmalloc assertions, for example.
50
+ // ASSERTIONS defaults to 0 in optimized builds (-O1 and above).
50
51
// [link]
51
52
var ASSERTIONS = 1 ;
52
53
You can’t perform that action at this time.
0 commit comments