6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
make clean
|
|
make OPT_FAST="-Os -march=native" VM_PARALLEL_BUILDS=0
|