From 13f42cc8d2b89861e582608d0284eef7a915f323 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Sat, 18 Jun 2022 12:20:34 +0200 Subject: [PATCH] Improve cxx_virtual comment base on findings by @wavexx --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 44a4f75..3039277 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -167,7 +167,7 @@ int main() { return 0; } -// make lto happy... +// avoid avr-gcc 5.4 link time code generation bug extern "C" void __cxa_pure_virtual() { while (1) ;