mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
fixing minor spacing issue
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
@@ -187,8 +187,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
|
||||
cxx_flags += ' -mcmodel=medium -fPIC'
|
||||
exe_linker_flags+='-mcmodel=medium -fPIC'
|
||||
shared_linker_flags += '-mcmodel=medium -fPIC'
|
||||
exe_linker_flags+=' -mcmodel=medium -fPIC'
|
||||
shared_linker_flags += ' -mcmodel=medium -fPIC'
|
||||
|
||||
if "-O0" in cxx_flags:
|
||||
cxx_flags = cxx_flags.replace("-O0", "-O1")
|
||||
|
||||
Reference in New Issue
Block a user