Work around gcc bug on openbsd

db4
Doug Coleman 2010-01-16 23:59:16 -06:00
parent 3fba385c74
commit 1d2e4747a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ include vm/Config.unix
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-openbsd.o PLAF_DLL_OBJS += vm/os-genunix.o vm/os-openbsd.o
CC = egcc CC = egcc
CPP = eg++ CPP = eg++
CFLAGS += -export-dynamic CFLAGS += -export-dynamic -fno-inline-functions
LIBS = -L/usr/local/lib/ -lm $(X11_UI_LIBS) -lz -lssl -lcrypto -lpthread LIBS = -L/usr/local/lib/ -lm $(X11_UI_LIBS) -lz -lssl -lcrypto -lpthread