diff options
author | yehonal <yehonal.azeroth@gmail.com> | 2016-06-27 16:42:59 +0200 |
---|---|---|
committer | Yehonal <hw.2@hotmail.it> | 2016-07-08 23:54:10 +0200 |
commit | 63b5613a7a08d2f85d8fe06d77bbf3ecb22a261c (patch) | |
tree | fc9e59c4ce2b50b57ac91ad3a2c89540c512673e /bin | |
parent | 3d9dd30cea052bcfb6d67f6aafe25fa3ca7c48d8 (diff) |
flags for compiler
Diffstat (limited to 'bin')
-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 |