X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;h=af76ae7fc909c60d8cb682dc30ec18dca521ed57;hp=aa27a82ed262b08ef4eb5e8718b81abd9569a8a0;hb=2868dcc95f37ab202cea1e4a3a00a88f7b42ba86;hpb=8db430e7dcb5305c60a93ccb2fc90e8e0f006915 diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am index aa27a82ed..af76ae7fc 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only # no optimization -AM_CFLAGS = -O0 +AM_CFLAGS += -O0 noinst_LTLIBRARIES = libfoo.la libfoo_la_SOURCES = foo.c foo.h