summaryrefslogtreecommitdiff
path: root/riscv/Makefile
diff options
context:
space:
mode:
authorAlasdair2018-07-08 14:19:23 +0100
committerAlasdair2018-07-08 14:19:23 +0100
commit8286993fe02b151dc1daa808b422f1ba97e05602 (patch)
treec68ee5c4e67866ae58eb99c88a423eaf89b02c98 /riscv/Makefile
parentd819af50c403935cb6825afa914e03c816e156cb (diff)
Add -static flag that controls whether generated C functions are static
By default generated functions are non-static, using the -static flag makes them static which is useful for measuring coverage using generated code. Some utility helper functions will always be static, but the compiled versions of sail functions won't be unless this flag is set.
Diffstat (limited to 'riscv/Makefile')
0 files changed, 0 insertions, 0 deletions