diff options
Diffstat (limited to 'cmake/scripts/linux/Linkers.txt')
-rw-r--r-- | cmake/scripts/linux/Linkers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/scripts/linux/Linkers.txt b/cmake/scripts/linux/Linkers.txt new file mode 100644 index 0000000..c947ec4 --- /dev/null +++ b/cmake/scripts/linux/Linkers.txt @@ -0,0 +1,4 @@ +# Linkers +option(ENABLE_GOLD "Enable gnu gold linker?" ON) +option(ENABLE_LLD "Enable llvm lld linker?" OFF) +option(ENABLE_MOLD "Enable mold linker?" OFF) |