1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-01 08:26:06 +00:00
rufus/_release.sh
Pete Batard 8db3a26bf7 [misc] optimize for size
* Tests show that it should have much impact on UFD creation speed and helps shave ~15KB with gcc 4.8.x
* Also adjust the version nano so that it matches the number of commits seen by github
* This means there is NO build 399
2014-02-01 00:06:29 +00:00

6 lines
79 B
Bash

#!/bin/sh
rm -f rufus*.exe
./configure --disable-debug
make clean
make release