summaryrefslogtreecommitdiff
path: root/autowaf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 00:09:16 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 00:09:16 +0000
commit58febcbacb7c47486a2912cda7549a69421b2c1d (patch)
tree42788afda54b117da842ea12fd55721bad26600a /autowaf.py
parent6c29fe7fd0356855c0bf7393de8176ea0054c8db (diff)
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
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py2
1 files changed, 1 insertions, 1 deletions
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):