From f98dcfc2360302753f9a8bf66ee8ccfe4366f0e7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Jul 2016 15:44:20 +0200 Subject: 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. --- tracker-rs/rs_impl/bin/amd64/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tracker-rs/rs_impl/bin/amd64/.gitignore (limited to 'tracker-rs/rs_impl/bin/amd64/.gitignore') 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 -- cgit v1.2.3