removed hardcoded file compilation options
This commit is contained in:
		@@ -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;
 | 
			
		||||
  }
 | 
			
		||||
};
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user