mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
include(gcc)
|
|
|
|
[options]
|
|
boost:extra_b2_flags="cxxflags=\"-fsanitize=undefined\" linkflags=\"-fsanitize=undefined\""
|
|
boost:without_stacktrace=True
|
|
[env]
|
|
CFLAGS="-fsanitize=undefined"
|
|
CXXFLAGS="-fsanitize=undefined"
|
|
LDFLAGS="-fsanitize=undefined"
|