From 58febcbacb7c47486a2912cda7549a69421b2c1d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Feb 2009 00:09:16 +0000 Subject: 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 --- autowaf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autowaf.py') diff --git a/autowaf.py b/autowaf.py index 70afaf0414..f157526c4b 100644 --- a/autowaf.py +++ b/autowaf.py @@ -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): -- cgit v1.2.3