From 5c2152175f58ba4e9ec26eaff4a8cc8a42c499c7 Mon Sep 17 00:00:00 2001 From: GongT Date: Fri, 6 Sep 2019 18:04:27 +0800 Subject: [PATCH] [IDE] add opt --- kendryte-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kendryte-package.json b/kendryte-package.json index a8e0730..0f661c2 100644 --- a/kendryte-package.json +++ b/kendryte-package.json @@ -37,7 +37,7 @@ "-ffast-math", "-fno-math-errno", "-fsingle-precision-constant", - "-O0", + "-Os", "-ggdb", "-Wall", "-Werror=all",