Minor fixes

This commit is contained in:
Ivan Kravets
2018-05-25 16:55:24 +03:00
parent 87017533e7
commit 9080ace7ac
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ env.Replace(
CFLAGS=["-std=gnu99"],
CCFLAGS=[
"%s" % "-Os" if env.subst("$PIOFRAMEWORK") == "arduino" else "-Og",
"-g3",
"-Os",
"-Wall",
"-nostdlib",
"-Wpointer-arith",
"-Wno-error=unused-but-set-variable",