diff options
-rw-r--r-- | bin/compiler/config.sh.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/compiler/config.sh.dist b/bin/compiler/config.sh.dist index cc7d6761af..e78c34e855 100644 --- a/bin/compiler/config.sh.dist +++ b/bin/compiler/config.sh.dist @@ -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 |