Selaa lähdekoodia

Fix building with --enable-debug flag

Serj Kalichev 4 vuotta sitten
vanhempi
commit
fcc996d947
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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