target.make: Add no-omit-framepointer on mingw32

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2013-12-06 03:51:54 +00:00
parent dca2fba72f
commit d953c47143
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-06 Adam Fedor <fedor@gnu.org>
* target.make: Add no-omit-framepointer on mingw32
2013-09-20 Ivan Vucica <ivan@vucica.net>
* Master/deb.make: File enumeration now uses 'find'. Fixed

View file

@ -926,6 +926,7 @@ HAVE_BUNDLES = yes
BUNDLE_LD = $(LD)
BUNDLE_LDFLAGS += -shared -Wl,--enable-auto-image-base
ADDITIONAL_LDFLAGS += -Wl,--enable-auto-import
ADDITIONAL_FLAGS += -fno-omit-frame-pointer
# On Mingw32, it looks like the class name symbols start with '___' rather
# than '__'