mirror of https://github.com/aamine/cbc
r4964@macbookpro: aamine | 2009-05-26 11:50:29 +0900
* net/loveruby/cflat/compiler/Options.java: --verbose-asm -> -fverbose-asm git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4253 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
53e8ae748d
commit
c30f91a58a
|
@ -1,3 +1,8 @@
|
|||
Tue May 26 11:50:11 2009 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* net/loveruby/cflat/compiler/Options.java: --verbose-asm ->
|
||||
-fverbose-asm
|
||||
|
||||
Sun May 24 22:44:07 2009 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* net/loveruby/cflat/sysdep/x86/CodeGenerator.java: refactoring:
|
||||
|
|
|
@ -176,7 +176,7 @@ class Options {
|
|||
}
|
||||
genOptions.setOptimizationLevel(type.equals("0") ? 0 : 1);
|
||||
}
|
||||
else if (arg.equals("--verbose-asm")) {
|
||||
else if (arg.equals("-fverbose-asm")) {
|
||||
genOptions.generateVerboseAsm();
|
||||
}
|
||||
else if (arg.startsWith("-Wa,")) {
|
||||
|
|
Loading…
Reference in New Issue