mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
added pie flag and signal suppressions
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
4
.github/scripts/strategy-matrix/generate.py
vendored
4
.github/scripts/strategy-matrix/generate.py
vendored
@@ -170,8 +170,8 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
|
||||
# This is needed because sanitizers create very large binaries
|
||||
# -fPIC enables position independent code to avoid relocation range issues
|
||||
# large model removes the 2GB limitation that medium model has
|
||||
cxx_flags += ' -mcmodel=large -fPIC'
|
||||
linker_relocation_flags+=' -mcmodel=large -fPIC'
|
||||
cxx_flags += ' -mcmodel=large -fPIC -pie'
|
||||
linker_relocation_flags+=' -mcmodel=large -fPIC -pie'
|
||||
|
||||
# Create default sanitizer flags
|
||||
sanitizers_flags = 'undefined,float-divide-by-zero'
|
||||
|
||||
4
external/tsan.supp
vendored
4
external/tsan.supp
vendored
@@ -65,3 +65,7 @@ deadlock:pthread_mutex_lock
|
||||
deadlock:*PropertyStream*
|
||||
deadlock:*find_one*
|
||||
deadlock:*find_one_deep*
|
||||
|
||||
signal:.*/src/libxrpl/beast/utility/beast_Journal.cpp
|
||||
signal:.*/src/xrpld/core/detail/Workers.cpp
|
||||
signal:.*/src/xrpld/core/JobQueue.cpp
|
||||
Reference in New Issue
Block a user