Skip to content
Snippets Groups Projects
Unverified Commit c77639e5 authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Merge pull request #273 from TommyMurphyTM1234/master

Add `-fdata-sections` to compile flags
parents 2108ebea 1b676ceb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ CH32V003FUN?=../../ch32v003fun
MINICHLINK?=$(CH32V003FUN)/../minichlink
CFLAGS+= \
-g -Os -flto -ffunction-sections \
-g -Os -flto -fdata-sections -ffunction-sections \
-static-libgcc \
-march=rv32ec \
-mabi=ilp32e \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment