mirror of
https://github.com/pbatard/rufus.git
synced 2025-12-10 00:28:13 -06:00
* Make sure we use _M_IX86 and _M_X64 where required. * Fix some static analysis warnings. * Update version for rufus-next.
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
./configure --disable-debug "$@"
|
|
make -j12 clean
|
|
make -j12 release
|