Explorar o código

Fix building with --enable-debug flag

Serj Kalichev %!s(int64=4) %!d(string=hai) anos
pai
achega
fcc996d947
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      faux/Makefile.am

+ 4 - 0
faux/Makefile.am

@@ -8,6 +8,10 @@ if HAVE_LD_VERSION_SCRIPT
 libfaux_la_LDFLAGS += -Wl,--version-script=faux/faux.map
 endif
 
+if DEBUG
+libfaux_la_CFLAGS += -DDEBUG
+endif
+
 if TESTC
 libfaux_la_CFLAGS += -DTESTC
 endif