Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit c346d6f

Browse files
committed
Merge pull request #168 from farcaller/fix-coverage
Fix coverage reports
2 parents 46911c2 + 484a42c commit c346d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/rake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def make_binary(n, h)
134134

135135
def rust_tests(n, h)
136136
h[:test] = true
137-
h[:flags] = '-g'
137+
h[:flags] = '-g -C relocation-model=static'
138138
h[:optimize] = '0'
139139
compile_rust n, h
140140
run_task = Rake::Task.define_task("run_#{n}".to_sym => h[:produce]) do |t|

0 commit comments

Comments
 (0)