summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/786442
blob: 50de560ba3ad968705613e5d2243eeff0c166279 (plain) (blame)
1
2
3
4
5
6
7
8
GCC -O2 causes segfaults

unless compiled without optimizations, no system may be ran except the default with -kvm-enabled
I had to modify config-host.mak and remove -O2 from CFLAGS to be able to work without kvm.

GCC 4.4.4 qemu-0.14.1
***NOTE: this has been an issue for several versions.