소스 검색

Fix a typo in the optimisation flags.

legacy
Sam Hocevar sam 14 년 전
부모
커밋
42ea6c258e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac 파일 보기

@@ -55,7 +55,7 @@ if test "${enable_debug}" = "yes"; then
AC_DEFINE(LOL_DEBUG, 1, Define to 1 to activate debug)
OPT="-O"
else
OPT="-O2 --fno-strength-reduce -fomit-frame-pointer"
OPT="-O2 -fno-strength-reduce -fomit-frame-pointer"
fi

if test "${enable_release}" = "yes"; then


불러오는 중...
취소
저장