Skip to content

Commit

Permalink
upgrading to waf 1.7.0pre5 for rawhide compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Jul 15, 2012
1 parent 87abf90 commit e7f90e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified waf
Binary file not shown.
3 changes: 2 additions & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def configure(conf):
conf.env.VALAFLAGS.extend(['-g', '--define=DEBUG'])
else:
conf.env.CFLAGS.extend(['-O2'])
conf.env.VALAFLAGS.extend(['--thread'])
conf.env.VALAFLAGS.extend(['--thread', '-C'])
conf.env.LINKFLAGS.extend(['-Wl,-O1', '-s'])

conf.env.debug = conf.options.debug
Expand All @@ -156,6 +156,7 @@ def build(bld):
vapi_dirs = 'vapi',
target = APPNAME,
uselib = ['GLIB', 'GOBJECT', 'GTHREAD', 'GEE', 'GTK', 'VTE'],
includes = ['.', out],
source = ['src/about.vala',
'src/check-button.vala',
'src/check-menu-item.vala',
Expand Down

0 comments on commit e7f90e7

Please sign in to comment.