mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
formatting changes
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
2
.github/scripts/strategy-matrix/generate.py
vendored
2
.github/scripts/strategy-matrix/generate.py
vendored
@@ -190,7 +190,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
|
||||
'architecture': architecture,
|
||||
'sanitizers': "Address"
|
||||
})
|
||||
# gcc doesn't supports atomic_thread_fence with tsan. Suppress warnings.
|
||||
# gcc doesn't supports atomic_thread_fence with tsan. Suppress warnings.
|
||||
if os['compiler_name'] == 'gcc':
|
||||
extra_warning_flags += ' -Wno-tsan'
|
||||
if cxx_flags:
|
||||
|
||||
@@ -36,4 +36,4 @@ tools.build:sharedlinkflags+=['-mcmodel=medium']
|
||||
tools.build:exelinkflags+=['-mcmodel=medium']
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user