mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
dca2fba72f
commit
d953c47143
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 '__'
|
||||
|
|
Loading…
Reference in a new issue