From 10189979548087f5121598f7b0fadc5d5299c158 Mon Sep 17 00:00:00 2001 From: Mikael Nousiainen Date: Tue, 22 Nov 2022 10:41:23 +0200 Subject: [PATCH] Add a comment about the workaround for recent GCC changes --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 148dda2..bfadb5a 100644 --- a/src/main.c +++ b/src/main.c @@ -153,4 +153,6 @@ int main(void) } } +// The following definition is a workaround to allow compilation and linking to succeed after some recent changes in GCC (at least in Fedora Linux). +// See discussion in: https://github.com/mikaelnousiainen/RS41ng/issues/23 void* __dso_handle;