Compare commits
1 Commits
jshooks
...
optimize-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
447d42e53a |
@@ -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