mirror of https://github.com/odrling/Aegisub
Default to O3 rather than O2
This commit is contained in:
parent
692ef37b8f
commit
1375da556f
|
@ -176,8 +176,8 @@ AS_IF([test x$enable_compiler_flags != xno], [
|
|||
AC_C_FLAG([-O0])
|
||||
AC_CXX_FLAG([-O0])
|
||||
], [
|
||||
AC_C_FLAG([-O2])
|
||||
AC_CXX_FLAG([-O2])
|
||||
AC_C_FLAG([-O3])
|
||||
AC_CXX_FLAG([-O3])
|
||||
])
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue