I'm not sure how long this bug has been around, probably several months if not

from around r2140. An artifact from the very  first commit of the new build
system was wiping CPPFLAGS, which removed -g if --enable-debug was used.  I
didn't notice it locally as I was setting the flag differently.  I wonder how
it went on this long without anyone noticing, next: useful crashdumps for all.

Originally committed to SVN as r2599.
This commit is contained in:
Amar Takhar 2009-01-01 10:34:00 +00:00
parent 47bd9666c5
commit ebc21524cf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
noinst_LIBRARIES = libffmpegsource2_aegisub.a
AM_CPPFLAGS = -include ../aegisub/posix/defines.h -I../aegisub
AM_CPPFLAGS = -include ../aegisub/posix/defines.h -I../aegisub @WX_CPPFLAGS@
libffmpegsource2_aegisub_a_SOURCES = \
ffaudiosource.cpp \

View File

@ -870,8 +870,8 @@ if test "$have_wxconfig" != 1; then
the libraries to your LDFLAGS, CXX/CFLAGS.])
fi
aegisub_save_CPPLAGS="$CPPLAGS"
CPPFLAGS="$WX_CFLAGS"
#aegisub_save_CPPFLAGS="$CPPFLAGS"
#CPPFLAGS="$WX_CFLAGS"
AC_ARG_ENABLE(check-wx-opengl, [--disable-check-wx-opengl
Force wxwidgets OpenGL support. ])