From 66b0ef0bf0c91587bc34f0cd0db40e3e214dbec0 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Wed, 18 Jul 2007 14:23:20 +0000 Subject: Fixed concurrent debug database file update as part of NARPLUGIN-123 --- .../sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java b/src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java index 2502799..dc1afb3 100644 --- a/src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java +++ b/src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java @@ -72,6 +72,7 @@ public abstract class DevStudioCompatibleCCompiler } if (debug) { mindex += 1; +// FREEHEP changed /Zi into /Z7 args.addElement("/Zi"); args.addElement("/Od"); args.addElement("/GZ"); @@ -105,6 +106,7 @@ public abstract class DevStudioCompatibleCCompiler String lastInclude) { String[] additionalArgs = new String[]{ "/Fp" + CUtil.getBasename(prototype) + ".pch", "/Yc"}; + // FREEHEP FIXME we may need /Yd here, but only in debug mode, how do we find out? return new CommandLineCompilerConfiguration(baseConfig, additionalArgs, null, true); } -- cgit v1.2.3