From 1d2e4747a9ace3a6cc5147c1808402fd91066478 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 16 Jan 2010 23:59:16 -0600 Subject: [PATCH] Work around gcc bug on openbsd --- vm/Config.openbsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Config.openbsd b/vm/Config.openbsd index a172cbfaba..c7d2672e6b 100644 --- a/vm/Config.openbsd +++ b/vm/Config.openbsd @@ -2,5 +2,5 @@ include vm/Config.unix PLAF_DLL_OBJS += vm/os-genunix.o vm/os-openbsd.o CC = egcc CPP = eg++ -CFLAGS += -export-dynamic +CFLAGS += -export-dynamic -fno-inline-functions LIBS = -L/usr/local/lib/ -lm $(X11_UI_LIBS) -lz -lssl -lcrypto -lpthread