diff options
author | David Robillard <d@drobilla.net> | 2012-08-05 16:32:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-05 16:32:56 +0000 |
commit | 92440031be1433c8f8345a55402861f1c4d0058b (patch) | |
tree | 6b029db2c3169156c766da4b757069a4a8b074e0 /wscript | |
parent | 9609c43fd45d0cffd6226b3afc1d4e1bcc12b39c (diff) | |
download | lv2-92440031be1433c8f8345a55402861f1c4d0058b.tar.xz |
Remove redundant MSVC flags configuration.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -69,10 +69,6 @@ def configure(conf): # Check for gcov library (for test coverage) if conf.env['BUILD_TESTS'] and not conf.is_defined('HAVE_GCOV'): - if conf.env['MSVC_COMPILER']: - conf.env.append_unique('CFLAGS', ['-TP', '-MD']) - else: - conf.env.append_unique('CFLAGS', '-std=c99') conf.check_cc(lib='gcov', define_name='HAVE_GCOV', mandatory=False) subdirs = get_subdirs(conf.env['BUILD_PLUGINS']) |