Commit 61106e9
authored
interface: Don't mark as cdylib (#40)
#### Problem
The interface crate is marked with `cdylib`, which makes it impossible
to run LTO with the rust compiler. Since it isn't a program, it doesn't
need to have the cdylib target.
#### Summary of changes
Remove the cdylib target.1 parent a3003e3 commit 61106e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
0 commit comments