]> granicus.if.org Git - clang/commit
for now, disable all debug info generation at -O1 and above. This mirrors
authorChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2009 01:50:58 +0000 (01:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2009 01:50:58 +0000 (01:50 +0000)
commit05e7c6d29c65c43245c49cdbde10dba8270fa204
tree73cc5e366b5ad6cbcf9aed3e4e1100d875fefea9
parent3102c83f6eac0cbbd698471173672c3e47a6914c
for now, disable all debug info generation at -O1 and above.  This mirrors
similar logic in llvm-gcc and will hopefully be fixed soon.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64349 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/Backend.cpp