Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
index 57f8350b42b1de51c95cf1540d6d9322837d39a7..405f05b74db4af7c00398dcedbad85bbf1d7bb42 100644 (file)
@@ -1,5 +1,4 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) \
-               -I$(top_srcdir)/tests/utils -O2 -g
+AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
 LIBS += -ldl
This page took 0.022497 seconds and 4 git commands to generate.