mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
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:
parent
655556a4bf
commit
6f75087c92
5 changed files with 12 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue