We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4190eb9 + 5a73c98 commit f8675ccCopy full SHA for f8675cc
src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
@@ -410,4 +410,21 @@
410
411
</Target>
412
413
+ <PropertyGroup>
414
+ <UnoEnableEmccProfiling_BeforeTargets>
415
+ $(UnoEnableEmccProfiling_BeforeTargets);
416
+ _WasmCommonPrepareForWasmBuildNative;
417
+ </UnoEnableEmccProfiling_BeforeTargets>
418
+ </PropertyGroup>
419
+
420
+ <Target Name="UnoEnableEmccProfiling"
421
+ BeforeTargets="$(UnoEnableEmccProfiling_BeforeTargets)"
422
+ Condition=" '$(WasmShellEnableEmccProfiling)' == 'true' ">
423
424
+ <!-- Enable debug symbols for release mode to profiling -->
425
+ <WasmNativeStrip>false</WasmNativeStrip>
426
+ <WasmNativeDebugSymbols>true</WasmNativeDebugSymbols>
427
428
+ </Target>
429
430
</Project>
0 commit comments