add optimize flag
This commit is contained in:
@@ -44,6 +44,7 @@ export const compileCode = async (activeId: number) => {
|
|||||||
output: 'wasm',
|
output: 'wasm',
|
||||||
compress: true,
|
compress: true,
|
||||||
strip: state.compileOptions.strip,
|
strip: state.compileOptions.strip,
|
||||||
|
optimize: false,
|
||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
type: 'c',
|
type: 'c',
|
||||||
|
|||||||
Reference in New Issue
Block a user