You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-release.bat 98 B

4 years ago
4 years ago
4 years ago
1234
  1. @echo off
  2. cargo build --release
  3. @rem cargo build --release --target i686-pc-windows-msvc
  4. @pause