Skip to content
Snippets Groups Projects
Commit 1ff21105 authored by Alessio Igor Bogani's avatar Alessio Igor Bogani
Browse files

Remove Address sanitizer

parent 8f3cbe85
No related branches found
No related tags found
No related merge requests found
NAME_SRV = e621-srv
SRC_FILES = $(wildcard deps/usb2*/src/USB2*.cpp)
CXXFLAGS += -Ideps/usb2client/src -Ideps/usb2/src -fsanitize=address -fsanitize=undefined -fsanitize=leak
LDFLAGS += -lusb-1.0 -fsanitize=address -fsanitize=undefined -fsanitize=leak
CXXFLAGS += -Ideps/usb2client/src -Ideps/usb2/src
LDFLAGS += -lusb-1.0
include ../makefiles/Make-9.3.4.in
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment