We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578224e commit 99cbf0bCopy full SHA for 99cbf0b
1 file changed
src/Makefile.am
@@ -4,6 +4,6 @@
4
5
lib_LTLIBRARIES = libsyscall_interceptor.la
6
libsyscall_interceptor_la_SOURCES = main.c
7
-libsyscall_interceptor_la_CFLAGS = -fpic -lsyscall_intercept -fsanitize=address,undefined -Wall -Wextra
+libsyscall_interceptor_la_CFLAGS = -fpic -lsyscall_intercept -Wall -Wextra
8
libsyscall_interceptor_la_LDFLAGS = -version-info 1:0:0
9
0 commit comments