diff options
Diffstat (limited to 'runtime/staprun/Makefile')
-rw-r--r-- | runtime/staprun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/Makefile b/runtime/staprun/Makefile index b0329d3e..097aead3 100644 --- a/runtime/staprun/Makefile +++ b/runtime/staprun/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused +CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused -Wp,-D_FORTIFY_SOURCE=2 all: staprun stap_merge |