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:
fedor 2000-06-27 17:23:34 +00:00
parent cfbd8ff1e5
commit ff2fa8c492
2 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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)