Kaynağa Gözat

* Disable RTTI

Bryan Drewery 17 yıl önce
ebeveyn
işleme
d1b78c702e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -41,7 +41,7 @@ DIFF = @DIFF@
 LIBS = @LIBS@
 
 DEBCXXFLAGS = -DDEBUG -fno-inline -g3 -ggdb3 -O0 -Wshadow -Wpointer-arith -Wcast-align @GCC3DEB@ @GCC4DEB@
-CFLGS = @GCC3@
+CFLGS = -fno-rtti @GCC3@
 _CFLGS = -fno-strict-aliasing -W -Wformat \
 #-Wshadow -Wnested-externs -Wno-format-y2k \
 #-Wlarger-than-6608 -Wpointer-arith -Wcast-align \