Bug#697755: llvm-3.2: Please, cleanup compilation flags reported by llvm-config

2013-02-06 Thread Morten Hustveit
The --cppflags and --cxxflags options are also offenders, adding these flags, which are not really required for programs using llvm, and may even be unwanted: -DNDEBUG -O2 -g -fomit-frame-pointer -fPIC -Woverloaded-virtual -Wcast-qual In particular, I don't want -O2 when I'm trying

Bug#697755: llvm-3.2: Please, cleanup compilation flags reported by llvm-config

2013-01-09 Thread Vincent Danjean
Package: llvm-3.2 Version: 3.2-2 Severity: normal Hi, LLVM documentation report that: llvm-config makes it easier to build applications that use LLVM. It can print the compiler flags, linker flags and object libraries needed to link against LLVM.