From d0476a0e2e9052055cf8fadd65e475fb759999df Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 24 May 2003 16:21:09 +0000 Subject: [PATCH] help update --- tcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tcc.c b/tcc.c index cccdde96..16920eb1 100644 --- a/tcc.c +++ b/tcc.c @@ -9588,6 +9588,7 @@ void help(void) " -llib link with dynamic or static library 'lib'\n" " -shared generate a shared library\n" " -static static linking\n" + " -rdynamic export all global symbols to dynamic linker\n" " -r relocatable output\n" "Debugger options:\n" " -g generate runtime debug info\n" -- 2.11.4.GIT