Ticket #405: tt405-amd64-optimize.patch
| File tt405-amd64-optimize.patch, 1.2 KB (added by rurban, 4 years ago) |
|---|
-
config/gen/makefiles/CFLAGS.in
old new 11 11 src/ops/core_ops_cg.c -{@optimize@} # takes too long 12 12 src/ops/core_ops_switch.c -{@optimize@} # Overwhelms some compilers. 13 13 14 #IF(cpuarch==amd64):# TT #405 amd64 --optimize problem 15 #IF(cpuarch==amd64):src/gc/system.c -{@optimize@} 16 14 17 # io should be -Wunused clean 15 18 {^src/io/} s/-Wno-unused/-Wunused/ 16 19 -
lib/Parrot/Configure/Compiler.pm
old new 402 402 print {$out} @comment, "\n"; # extra newline after header 403 403 } 404 404 405 if ($target eq 'CFLAGS') { 406 $options{conditioned_lines} = 1; 407 } 408 405 409 # this loop can not be implemented as a foreach loop as the body 406 410 # is dependent on <IN> being evaluated lazily 407 411
