summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst')
-rw-r--r--share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst b/share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst
new file mode 100644
index 0000000..1a810ce
--- /dev/null
+++ b/share/cmake-3.22/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst
@@ -0,0 +1,12 @@
+CMAKE_STATIC_LINKER_FLAGS
+-------------------------
+
+Flags to be used to create static libraries. These flags will be passed
+to the archiver when creating a static library.
+
+See also :variable:`CMAKE_STATIC_LINKER_FLAGS_<CONFIG>`.
+
+.. note::
+ Static libraries do not actually link. They are essentially archives
+ of object files. The use of the name "linker" in the name of this
+ variable is kept for compatibility.