Skip to content

Commit f4e7e22

Browse files
committed
O2
1 parent 496c771 commit f4e7e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emulator/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
@set output_exe=casioemu.exe
1717

18-
g++ %compiler% %files% %linker% -o %output_exe%
18+
g++ %compiler% %files% %linker% -O2 -o %output_exe%
1919

2020
@popd

0 commit comments

Comments
 (0)