summaryrefslogtreecommitdiff
path: root/release.mk
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2019-03-25 14:33:03 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-25 14:34:16 -0700
commit856ee446246f4967bcbaf8654e302d865c467e6b (patch)
tree277b016689058f9869b51539b0a705eacce150e5 /release.mk
parent24f4ba0d5d5fa4378f14f3d56b18e041a01f2955 (diff)
Set ASFLAGS to work
This allows users to specify raw assembly files in their build scripts. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'release.mk')
-rw-r--r--release.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.mk b/release.mk
index ac7ec8a..11726ba 100644
--- a/release.mk
+++ b/release.mk
@@ -3,5 +3,6 @@
###################################################
# Set the optimization level
+RISCV_ASFLAGS += -Os
RISCV_CFLAGS += -Os
RISCV_CXXFLAGS += -Os