mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Remove flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfbd8ff1e5
commit
ff2fa8c492
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-06-27 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* common.make: Remove -fno-strict-aliasing (Doesn't work on old
|
||||
compilers).
|
||||
|
||||
2000-06-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in: Fix for exporting vars on broken sh's.
|
||||
|
|
|
@ -260,10 +260,6 @@ ifeq ($(OBJC_RUNTIME_LIB),nx)
|
|||
RUNTIME_DEFINE = -DNeXT_RUNTIME=1
|
||||
endif
|
||||
|
||||
ifneq ($(debug), yes)
|
||||
OPTFLAG += -fno-strict-aliasing
|
||||
endif
|
||||
|
||||
# Enable building shared libraries by default. If the user wants to build a
|
||||
# static library, he/she has to specify shared=no explicitly.
|
||||
ifeq ($(HAVE_SHARED_LIBS), yes)
|
||||
|
|
Loading…
Reference in a new issue