We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0d6c42 + b145d74 commit bc2111dCopy full SHA for bc2111d
1 file changed
Makefile
@@ -36,7 +36,7 @@ test-all: ## run tests quickly with the default Python
36
py.test -v -s doubles_all.py
37
38
compile-rust: ## compile new rust lib
39
- @cd pyext-myrustlib;cargo build --release
+ @cd pyext-myrustlib;RUSTFLAGS="-C target-cpu=native" cargo build --release
40
@cp pyext-myrustlib/target/release/libmyrustlib.so myrustlib.so
41
42
compile-c: ## compile new c lib
0 commit comments