flags for compiler

This commit is contained in:
yehonal
2016-06-27 16:42:59 +02:00
parent 540a9d8916
commit 987ce0e786
+4
View File
@@ -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