From 63b5613a7a08d2f85d8fe06d77bbf3ecb22a261c Mon Sep 17 00:00:00 2001 From: yehonal Date: Mon, 27 Jun 2016 16:42:59 +0200 Subject: [PATCH] flags for compiler --- bin/compiler/config.sh.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/compiler/config.sh.dist b/bin/compiler/config.sh.dist index cc7d6761a..e78c34e85 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