diff options
author | lloyd <[email protected]> | 2013-11-20 12:20:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-20 12:20:04 +0000 |
commit | 638d7a801216fc2ad82a0a240dbd01498d5c9a09 (patch) | |
tree | 7316f3d27c62081b377addeb2c969dd0ee3ef046 /src/build-data | |
parent | c83790b5bc35cd186da81276afcf6b17a4269520 (diff) |
Compile fixes for Python wrapper
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/python.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/makefile/python.in b/src/build-data/makefile/python.in index 74620fe06..17d1015d2 100644 --- a/src/build-data/makefile/python.in +++ b/src/build-data/makefile/python.in @@ -1,7 +1,7 @@ CXX = %{cc} -CFLAGS = -Os +CFLAGS = -Os %{lang_flags} LDFLAGS = -WARN_FLAGS = %{warn_flags} +WARN_FLAGS = -Wall -Wextra SERIES = %{version_major}.%{version_minor} |