8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
privilege_escalator_cmd: "sudo"
|
|
compilation_jobs: 0 # Set to 0 to automatically use all threads
|
|
compilation_env:
|
|
- "CARCH=x86_64"
|
|
- "CHOST=x86_64-pc-linux-gnu"
|
|
- "CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe"
|
|
- "CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe"
|