Improve cxx_virtual comment base on findings by @wavexx
parent
a2df917974
commit
13f42cc8d2
|
|
@ -167,7 +167,7 @@ int main() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// make lto happy...
|
// avoid avr-gcc 5.4 link time code generation bug
|
||||||
extern "C" void __cxa_pure_virtual() {
|
extern "C" void __cxa_pure_virtual() {
|
||||||
while (1)
|
while (1)
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue