You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2015/12/09 19:56:31 UTC

incubator-mynewt-larva git commit: Oops - undo debugging change to compiler.yml

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 65d4b7b43 -> c75ad3f55


Oops - undo debugging change to compiler.yml


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/c75ad3f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/c75ad3f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/c75ad3f5

Branch: refs/heads/master
Commit: c75ad3f55b45ead841d69fe1fb3f19ab6cfd13a4
Parents: 65d4b7b
Author: Christopher Collins <cc...@gmail.com>
Authored: Wed Dec 9 10:56:14 2015 -0800
Committer: Christopher Collins <cc...@gmail.com>
Committed: Wed Dec 9 10:56:14 2015 -0800

----------------------------------------------------------------------
 compiler/arm-none-eabi-m4/compiler.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/c75ad3f5/compiler/arm-none-eabi-m4/compiler.yml
----------------------------------------------------------------------
diff --git a/compiler/arm-none-eabi-m4/compiler.yml b/compiler/arm-none-eabi-m4/compiler.yml
index 29a9bcf..cbfbda9 100644
--- a/compiler/arm-none-eabi-m4/compiler.yml
+++ b/compiler/arm-none-eabi-m4/compiler.yml
@@ -4,7 +4,7 @@
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
@@ -23,9 +23,9 @@ compiler.path.objcopy: arm-none-eabi-objcopy
 
 
 compiler.flags.default: -mcpu=cortex-m4 -mthumb-interwork -mthumb -Wall -Werror -fno-exceptions
-compiler.flags.optimized: [compiler.flags.default, -Os -ggdb] 
-compiler.flags.debug: [compiler.flags.default, -O0 -ggdb]
+compiler.flags.optimized: [compiler.flags.default, -Os -ggdb]
+compiler.flags.debug: [compiler.flags.default, -O1 -ggdb]
 
-compiler.ld.flags: -static -lgcc 
+compiler.ld.flags: -static -lgcc
 compiler.ld.resolve_circular_deps: true
 compiler.ld.mapfile: true