Compare commits
1 Commits
feat/testn
...
feature/ch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a82de7087d |
@@ -39,7 +39,7 @@ export const compileCode = async (activeId: number) => {
|
|||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
type: "c",
|
type: "c",
|
||||||
options: state.compileOptions.optimizationLevel || '-O0',
|
options: state.compileOptions.optimizationLevel || '-O2',
|
||||||
name: state.files[activeId].name,
|
name: state.files[activeId].name,
|
||||||
src: state.files[activeId].content,
|
src: state.files[activeId].content,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ let initialState: IState = {
|
|||||||
mainModalShowed: false,
|
mainModalShowed: false,
|
||||||
accounts: [],
|
accounts: [],
|
||||||
compileOptions: {
|
compileOptions: {
|
||||||
optimizationLevel: '-O0',
|
optimizationLevel: '-O2',
|
||||||
strip: true
|
strip: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user