From greg at krypto.org Tue Apr 24 20:50:51 2018 From: greg at krypto.org (Gregory P. Smith) Date: Wed, 25 Apr 2018 00:50:51 +0000 Subject: [Python-buildbots] Add a config for a clang-ubsan buildbot please Message-ID: The configure command needs to be: CC=clang LD=clang CFLAGS="-fsanitize=undefined" LDFLAGS="-fsanitize=undefined" ./configure --with-pydebug I may be offline for a few days, but i'll get this running in the next week or two. thanks! -gps