diff --git a/state/actions/compileCode.ts b/state/actions/compileCode.ts index 938f3fd..3203a6f 100644 --- a/state/actions/compileCode.ts +++ b/state/actions/compileCode.ts @@ -38,7 +38,6 @@ export const compileCode = async (activeId: number) => { { type: "c", name: state.files[activeId].name, - options: "-O0", src: state.files[activeId].content, }, ], @@ -87,4 +86,4 @@ export const compileCode = async (activeId: number) => { }); state.compiling = false; } -}; \ No newline at end of file +};