소스 검색

Always something

RDR8 8 년 전
부모
커밋
ff44cb02e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Makefile

+ 1 - 1
src/Makefile

@@ -152,7 +152,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
 endif
 
 # define compiler flags:
-#  -O2                  defines optimization level
+#  -O1                  defines optimization level
 #  -Og                  enable debugging
 #  -Wall                turns on most, but not all, compiler warnings
 #  -std=c99             defines C language mode (standard C from 1999 revision)