Skip to content

Commit

Permalink
Revert "Disable llvm's terminal support."
Browse files Browse the repository at this point in the history
We need this for colored diagnostics.
  • Loading branch information
vgvassilev authored and sftnight committed Aug 9, 2016
1 parent 0f5ab96 commit 5877f3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/packaging/cpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def compile(arg):
build_type = 'Debug' if args.get('create_dev_env') else 'Release'
cmake_config_flags = (
'-DLLVM_ENABLE_LIBCXX=ON '
'-DLLVM_ENABLE_TERMINFO=OFF ' # We shouldn't link against tinfo, curses, etc
'-DCMAKE_BUILD_TYPE={0} '
'-DLLVM_TARGETS_TO_BUILD=host '
'-DCMAKE_INSTALL_PREFIX={1} '
Expand Down

0 comments on commit 5877f3a

Please sign in to comment.