Kaynağa Gözat

* Port [2958] to 1.2.11
* Use -O0 for debug


svn: 2959

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

+ 1 - 1
Makefile.in

@@ -34,7 +34,7 @@ DIFF = @DIFF@
 #LIBS = @LIBS@ @ZLIB@ @SSL@ 
 LIBS = @LIBS@ @ZLIB@ 
 
-DEBCXXFLAGS = -DDEBUG -fno-inline -g3 -ggdb3
+DEBCXXFLAGS = -DDEBUG -fno-inline -g3 -ggdb3 -O0
 CFLGS = @GCC3@
 _CFLGS = -fno-strict-aliasing -W -Wformat \
 #-Wshadow -Wnested-externs -Wno-format-y2k \