This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
adding CFLAGS or EXTRA_CFLAGS
- From: Daniel Doron <danielmeirdoron at gmail dot com>
- To: systemtap at sourceware dot org
- Date: Tue, 15 Aug 2017 11:02:33 +0300
- Subject: adding CFLAGS or EXTRA_CFLAGS
- Authentication-results: sourceware.org; auth=none
Hi,
Is it possible to send via stap extra cflags?
I tried with "-D EXTRA_CFLAGS=-I$PWD"
but I get:
ERROR: Safety pattern mismatch for -D parameter
('EXTRA_CFLAGS=-I/home/danield/workspace/myproject' vs.
'^[a-z_][a-z_0-9]*(=-?[a-z_0-9]+)?$') rc=1
Thanks
Daniel.