4 lines
114 B
Bash
4 lines
114 B
Bash
export CFLAGS="$CFLAGS -ffat-lto-objects"
|
|
maturin build --release --strip
|
|
python_install --dist-dir target/wheels
|