http://bugs.winehq.org/show_bug.cgi?id=58322 --- Comment #11 from Jesper Pedersen <jesperpedersen.db(a)gmail.com> --- I tried export CC=clang export CXX=clang++ export CFLAGS=" -O0 -g -fno-omit-frame-pointer -fsanitize=address -fno-sanitize=null -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow -fno-sanitize-recover=all -fsanitize-recover=address -fsanitize-address-use-after-scope -fno-sanitize=alignment" export CXXFLAGS=" -O0 -g -fno-omit-frame-pointer -fsanitize=address -fno-sanitize=null -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow -fno-sanitize-recover=all -fsanitize-recover=address -fsanitize-address-use-after-scope -fno-sanitize=alignment" export LDFLAGS="-fno-omit-frame-pointer -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow -fno-sanitize=null -fno-sanitize=alignment" ./configure --prefix=/usr/local/packages/wine-master --enable-win64 But 'configure' doesn't work with that :( autoconf --version autoconf (GNU Autoconf) 2.72 Is there a way to force '-O0 -g -fno-omit-frame-pointer' since there is no --enable-debug ? Is there a way to use sanitize ? Thanks in advance for feedback ! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.