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:
parent
6c29fe7fd0
commit
58febcbacb
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user