8027480: Build Windows x64 fastdebug builds using /homeparams

Windows x64 fastdebug builds now uses the /homeparams compiler flag

Reviewed-by: dcubed, zgu, lfoltan
This commit is contained in:
Christian Tornqvist 2014-08-20 14:59:33 -07:00
parent 655556a4bf
commit 6f75087c92
5 changed files with 12 additions and 5 deletions

View file

@ -284,7 +284,7 @@ class CompilerInterfaceVC7 extends CompilerInterface {
}
Vector getDebugCompilerFlags(String opt) {
Vector getDebugCompilerFlags(String opt, String platformName) {
Vector rv = new Vector();
getDebugCompilerFlags_common(opt, rv);