Skip to content

Commit f4db52d

Browse files
Sync optimization level with no debuginfo build
1 parent 37684f2 commit f4db52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class BuildPlan
165165
args << %Q(XLDFLAGS="#{xldflags.join(" ")}")
166166
if profile[:debug]
167167
args << %Q(debugflags="-g")
168-
args << %Q(wasmoptflags="-O2 -g")
168+
args << %Q(wasmoptflags="-O3 -g")
169169
else
170170
args << %Q(debugflags="-g0")
171171
end

0 commit comments

Comments
 (0)