소스 검색

change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people

John Voltz 18 년 전
부모
커밋
7eb796ba2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -253,7 +253,7 @@ endchoice
 
 choice
 	prompt "gcc optimization level"
-	default BR2_OPTIMIZE_0
+	default BR2_OPTIMIZE_S
 	help
 	  Set the optimization level for gcc