Commit 37f0290
committed
build: fix static build
The libnvme builds needs to be told not to build a shared object
version. Also there is no point in building the tests which depend on
LD preload trick to be executed. The examples are also not really
usefull in this build, thus disable them as well.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 1141d61 commit 37f0290
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
0 commit comments