13
0

Show column in error messages with --debug which has absolutely nothing to do with the fact that I just figured out how to make my editor jump to them. Honest.

git-svn-id: svn://localhost/ardour2/branches/3.0@4694 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-27 00:09:16 +00:00
parent 6c29fe7fd0
commit 58febcbacb

View File

@ -209,7 +209,7 @@ def configure(conf):
conf.env.append_value('CCFLAGS', [ '-std=c99', '-pedantic' ])
conf.env.append_value('CXXFLAGS', [ '-ansi', '-Woverloaded-virtual'])
append_cxx_flags('-Wall -Wextra -Wno-unused-parameter')
append_cxx_flags('-fPIC -DPIC')
append_cxx_flags('-fPIC -DPIC -fshow-column')
g_step = 2
def set_local_lib(conf, name, has_objects):