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