Skip to content

Instantly share code, notes, and snippets.

@TerrorJack
Last active May 5, 2023 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TerrorJack/718515fc3754f093c00d9222bc741aa8 to your computer and use it in GitHub Desktop.
Save TerrorJack/718515fc3754f093c00d9222bc741aa8 to your computer and use it in GitHub Desktop.
./configure --enable-unregisterised --with-intree-gmp CC=/usr/lib/llvm-16/bin/clang CXX=/usr/lib/llvm-16/bin/clang++ CONF_CC_OPTS_STAGE2="-fsanitize=undefined -fbracket-depth=4096 -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types" CONF_CXX_OPTS_STAGE2="-fsanitize=undefined -fbracket-depth=4096 -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types" CONF_CC_OPTS_STAGE1="-fsanitize=undefined -fbracket-depth=4096 -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types" CONF_CXX_OPTS_STAGE1="-fsanitize=undefined -fbracket-depth=4096 -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types" CONF_GCC_LINKER_OPTS_STAGE2="-fsanitize=undefined" CONF_GCC_LINKER_OPTS_STAGE1="-fsanitize=undefined"
hadrian/build --flavour=quick-validate --docs=none -j test --summary-junit=junit.xml --summary=summary.txt --test-speed=normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment