X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-openbsd;h=40f6fc95e09b1762ab23788bb02dc27fdc9f1516;hb=d833d62dd152879f1aa4e974bd8337c51905d5ba;hp=144cc2bd9129b19a0e7434e5025916dc7823f75d;hpb=913cf0ccd5c119e278ce057d724d478123d4ca26;p=sbcl.git diff --git a/src/runtime/Config.x86-openbsd b/src/runtime/Config.x86-openbsd index 144cc2b..40f6fc9 100644 --- a/src/runtime/Config.x86-openbsd +++ b/src/runtime/Config.x86-openbsd @@ -18,11 +18,6 @@ OS_LIBS += -lutil # locations used. If you wish to link the runtime using -Z option then # please see the comments in src/compiler/x86/parms.lisp -# XXX why do all the other Configs set LINKFLAGS instead of LDFLAGS? -# LINKFLAGS is only used in src/runtime/GNUmakefile, this causes the -# dladdr test in tools-for-build/ to fail. - LINKFLAGS += -export-dynamic -LDFLAGS += -export-dynamic -CFLAGS = -g -Wall -O2 -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer