mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Previous the wording could be interpreted to mean that the environment variables like `CXXFLAGS` are used exclusively to initialize the corresponding cache entries like `CMAKE_CXX_FLAGS`. State clearly that the value will be used in combination with builtin defaults. Issue: #23956
19 lines
511 B
ReStructuredText
19 lines
511 B
ReStructuredText
ASM<DIALECT>FLAGS
|
|
-----------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Add default compilation flags to be used when compiling a specific dialect
|
|
of an assembly language. ``ASM<DIALECT>FLAGS`` can be one of:
|
|
|
|
* ``ASMFLAGS``
|
|
* ``ASM_NASMFLAGS``
|
|
* ``ASM_MASMFLAGS``
|
|
* ``ASM-ATTFLAGS``
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``ASM<DIALECT>``
|
|
.. include:: LANG_FLAGS.txt
|
|
|
|
See also :variable:`CMAKE_ASM<DIALECT>_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|