#100000# rtti flag for gcc obsolete

This commit is contained in:
Oliver Bolte 2003-04-02 06:41:09 +00:00
parent f2fbf8550b
commit da22d91d2c

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.11 $ # $Revision: 1.12 $
# #
# last change: $Author: hjs $ $Date: 2002-09-09 11:15:32 $ # last change: $Author: obo $ $Date: 2003-04-02 07:41:09 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -79,10 +79,6 @@ CFLAGS += -DHAVE_EXPAT_H
CFLAGS+=-GR CFLAGS+=-GR
.ENDIF .ENDIF
.IF "$(COM)"=="GCC"
CFLAGSCXX+=-frtti
.ENDIF
# --- General ----------------------------------------------------- # --- General -----------------------------------------------------