mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This was left out of commit b7a5f2732d (PellesC: Add minimal support for
this C compiler, 2026-04-03) because the implementation was not usable
in general. It is now.
Closes: #21536
Co-authored-by: Serguei E. Leontiev <leo@sai.msu.ru>
26 lines
576 B
ReStructuredText
26 lines
576 B
ReStructuredText
ASM<DIALECT>FLAGS
|
|
-----------------
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
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_MARMASMFLAGS``
|
|
|
|
* ``ASM_POASMFLAGS``
|
|
|
|
* ``ASM-ATTFLAGS``
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``ASM<DIALECT>``
|
|
.. include:: include/LANG_FLAGS.rst
|
|
|
|
See also :variable:`CMAKE_ASM<DIALECT>_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|