diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 15:44:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 15:44:20 +0200 |
commit | f98dcfc2360302753f9a8bf66ee8ccfe4366f0e7 (patch) | |
tree | a068abf3a21781f0a6450fc0fabdc606c1a4ddfb /tracker-rs/rs_impl/bin/amd64/.gitignore | |
parent | 5f5ca66c58ad30d0c218b2da904aa3f722e18ebe (diff) |
tracker/rs: use static linkage
There's no reason not to link statically the impl library.
As suggested by @ph0b, use subdirs for each arch. This helps with object
file clobber.
Diffstat (limited to 'tracker-rs/rs_impl/bin/amd64/.gitignore')
-rw-r--r-- | tracker-rs/rs_impl/bin/amd64/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-rs/rs_impl/bin/amd64/.gitignore b/tracker-rs/rs_impl/bin/amd64/.gitignore new file mode 100644 index 00000000..59314700 --- /dev/null +++ b/tracker-rs/rs_impl/bin/amd64/.gitignore @@ -0,0 +1,2 @@ +/*.exp +/*.obj |