diff options
| author | hexcoder- <heiko@hexco.de> | 2019-08-08 23:09:58 +0200 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2019-08-08 23:09:58 +0200 |
| commit | 73d02f3a808903f02dd0b547e7db9ff00efdf6c5 (patch) | |
| tree | 3e9d8773fa2f963a949d0cef380b4414bb940e92 /llvm_mode/Makefile | |
| parent | e1183be22ec38e180ec86737e204c5effbc1648b (diff) | |
| download | afl++-73d02f3a808903f02dd0b547e7db9ff00efdf6c5.tar.gz | |
fix some compiler warnings
Diffstat (limited to 'llvm_mode/Makefile')
| -rw-r--r-- | llvm_mode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile index 1c661525..8331b662 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -48,7 +48,7 @@ ifdef AFL_TRACE_PC endif CXXFLAGS ?= -O3 -funroll-loops -CXXFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign \ +CXXFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g \ -DVERSION=\"$(VERSION)\" -Wno-variadic-macros CLANG_CFL = `$(LLVM_CONFIG) --cxxflags` -Wl,-znodelete -fno-rtti -fpic $(CXXFLAGS) |
