Commit d89c3f82 authored by Naman Dixit's avatar Naman Dixit

Added support for compiler overloading

parent 80afc6a7
......@@ -23,7 +23,11 @@ echo ${VersionNumber} > ./version.linux
# BUILD
# `````````````````````````````````````````````````````````````````````
Compiler="clang"
if [ -z ${CC+x} ]; then
Compiler="clang"
else
Compiler="${CC}"
fi
# Compile Arbiter =====================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment