Skip to content

Commit

Permalink
Merge pull request sifive#479 from sifive/scrub_mem
Browse files Browse the repository at this point in the history
Revert -mno-relax flag in debug.mk
  • Loading branch information
bsousi5 committed Apr 30, 2020
2 parents 64d9a5c + 55d478d commit 950dd49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debug.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RISCV_CXXFLAGS += -O0

# Enable debug
RISCV_ASFLAGS += -g
RISCV_CFLAGS += -g -mno-relax
RISCV_CXXFLAGS += -g -mno-relax
RISCV_CFLAGS += -g
RISCV_CXXFLAGS += -g
2 changes: 1 addition & 1 deletion freedom-metal
Submodule freedom-metal updated 1 files
+7 −0 src/scrub.S
2 changes: 1 addition & 1 deletion wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"source": "git@github.com:sifive/freedom-devicetree-tools.git"
},
{
"commit": "2e39b117f3dae7ab5e71aa0d184a0854e9b22295",
"commit": "65169b74dbd71a036ade7d76f982bb750ab718c5",
"name": "freedom-metal",
"source": "git@github.com:sifive/freedom-metal.git"
},
Expand Down

0 comments on commit 950dd49

Please sign in to comment.