From 92440031be1433c8f8345a55402861f1c4d0058b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 16:32:56 +0000 Subject: Remove redundant MSVC flags configuration. --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9254b95..97708f8 100644 --- a/wscript +++ b/wscript @@ -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']) -- cgit v1.2.1