flags for compiler
This commit is contained in:
parent
3d9dd30cea
commit
63b5613a7a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
COMPILER_C="/usr/bin/gcc"
|
||||
COMPILER_CC="/usr/bin/gcc"
|
||||
COMPILER_CXX="/usr/bin/g++"
|
||||
|
||||
# how many thread must be used for compilation ( leave zero to use all available )
|
||||
MTHREADS=0
|
||||
# enable/disable warnings during compilation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue