diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py index 4491d224..d6b24d66 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1,7 +1,7 @@ -DEBUG=False TEMP_DIR='/dev/shm' CLANG=os.path.expanduser('~/Dev/llvm-2.7/cbuild/bin/clang++') +#CLANG=os.path.expanduser('~/Dev/llvm-2.8/cbuild/Release/bin/clang++') LLVM_GCC=os.path.expanduser('~/Dev/llvm-gcc-2.7/cbuild/install/bin/llvm-g++') COMPILERS = { |