no more angle matching

This commit is contained in:
Barak Michener 2014-03-23 14:24:57 -04:00
parent 312c88e95e
commit ae67b37b50
7 changed files with 116 additions and 117 deletions

View file

@ -14,7 +14,6 @@ flags = [
'-Wno-variadic-macros',
'-fexceptions',
'-DNDEBUG',
'-DUSE_CLANG_COMPLETER',
# THIS IS IMPORTANT! Without a "-std=<something>" flag, clang won't know which
# language to use when compiling headers. So it will guess. Badly. So C++
# headers will be compiled as C headers. You don't want that so ALWAYS specify