X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;h=af76ae7fc909c60d8cb682dc30ec18dca521ed57;hp=03f5d5a8250a1a6eee1262dd8f7496ee6cabb488;hb=refs%2Fheads%2Fsow-2019-0002-rev1;hpb=ef3dfe5d31c88fb548189a6441aaf8b2afc0bd4b diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am index 03f5d5a82..af76ae7fc 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am @@ -1,5 +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