diff options
author | David Robillard <d@drobilla.net> | 2020-08-12 18:20:06 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:59 +0100 |
commit | ad779677faf86ff39b69efd95cd497bfb54096a9 (patch) | |
tree | 8d5e4aeb595ea4f60eafbc824041cab93da5ffec /wscript | |
parent | 8c5e9d12ae4d3ef0c3a879f5a485e0040c333e75 (diff) | |
download | serd-ad779677faf86ff39b69efd95cd497bfb54096a9.tar.gz serd-ad779677faf86ff39b69efd95cd497bfb54096a9.tar.bz2 serd-ad779677faf86ff39b69efd95cd497bfb54096a9.zip |
Fix release build
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,7 +90,10 @@ def configure(conf): ], 'gcc': [ '-Wno-float-equal', + '-Wno-inline', '-Wno-padded', + '-Wno-suggest-attribute=const', + '-Wno-suggest-attribute=pure', ], 'msvc': [ '/wd4061', # enumerator in switch is not explicitly handled |