aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/audio/jackmix/no_error.patch
blob: d1a714ded9ca9c71496d79ae439e9822b51630a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/SConstruct b/SConstruct
index 4290fa5..0a7a679 100644
--- a/SConstruct
+++ b/SConstruct
@@ -16,7 +16,7 @@ env = Environment(
 env.Replace( LIBS="" )
 env.Replace( LIBPATH="" )

-env.MergeFlags( ['-Wall', '-Werror', '-g', '-fpic'] )
+env.MergeFlags( ['-g', '-fpic'] )

 tests = { }
 tests.update( env['PKGCONFIG_TESTS'] )