mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-09 04:21:56 -04:00

* Make sure we use _M_IX86 and _M_X64 where required. * Fix some static analysis warnings. * Update version for rufus-next.
4 lines
77 B
Bash
Executable file
4 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
./configure --disable-debug "$@"
|
|
make -j12 clean
|
|
make -j12 release
|