mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
8
.github/scripts/strategy-matrix/generate.py
vendored
8
.github/scripts/strategy-matrix/generate.py
vendored
@@ -177,10 +177,10 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
|
|||||||
# Hence disable it.
|
# Hence disable it.
|
||||||
cxx_flags += " -fno-var-tracking-assignments"
|
cxx_flags += " -fno-var-tracking-assignments"
|
||||||
# Disable mold linker - it's too strict about relocations with GCC runtime libs
|
# Disable mold linker - it's too strict about relocations with GCC runtime libs
|
||||||
# Use gold or default linker instead
|
# Use default linker (bfd/ld) which is more lenient with mixed code models
|
||||||
#cmake_args += ' -Duse_mold=OFF'
|
cmake_args += ' -Duse_mold=OFF'
|
||||||
#exe_linker_flags += ' -fuse-ld=gold'#-static-libubsan -static-libasan -static-libtsan'
|
exe_linker_flags += ' -fuse-ld=bfd'#-static-libubsan -static-libasan -static-libtsan'
|
||||||
#shared_linker_flags += ' -fuse-ld=gold'#-static-libubsan -static-libasan -static-libtsan'
|
shared_linker_flags += ' -fuse-ld=bfd'#-static-libubsan -static-libasan -static-libtsan'
|
||||||
|
|
||||||
if architecture['platform'] == 'linux/amd64' and os['compiler_name'] == 'gcc':
|
if architecture['platform'] == 'linux/amd64' and os['compiler_name'] == 'gcc':
|
||||||
# Add -mcmodel=large and -fPIC to both compiler AND linker flags
|
# Add -mcmodel=large and -fPIC to both compiler AND linker flags
|
||||||
|
|||||||
Reference in New Issue
Block a user