diff options
author | Nikias Bassen | 2020-04-30 21:54:44 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-04-30 21:54:44 +0200 |
commit | e194a7df12261f87cf2c236ccac92a6a9624bc65 (patch) | |
tree | 1fd5145c48060caa03c1516963e2bb546907ed67 | |
parent | 8bd8250336694b0a68546fa01417ef40748c84a4 (diff) | |
download | libimobiledevice-e194a7df12261f87cf2c236ccac92a6a9624bc65.tar.gz libimobiledevice-e194a7df12261f87cf2c236ccac92a6a9624bc65.tar.bz2 |
configure: Remove ASAN from CFLAGS that was accidentally added in previous commit
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3d2b255..57c5bd8 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ else building_debug_code=yes fi -AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden -fsanitize=address") +AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden") AC_SUBST(GLOBAL_CFLAGS) case "$GLOBAL_CFLAGS" in |