ASM_DIALECTFLAGS.rst 770 B

1234567891011121314151617
  1. ASM<DIALECT>FLAGS
  2. -----------------
  3. .. versionadded:: 3.10
  4. .. include:: ENV_VAR.txt
  5. Default compilation flags to be used when compiling a specific dialect of an
  6. assembly language. ``ASM<DIALECT>FLAGS`` can be ``ASMFLAGS``, ``ASM_NASMFLAGS``,
  7. ``ASM_MASMFLAGS`` or ``ASM-ATTFLAGS``. Will only be used by CMake on the
  8. first configuration to determine ``ASM_<DIALECT>`` default compilation
  9. flags, after which the value for ``ASM<DIALECT>FLAGS`` is stored in the cache
  10. as ``CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>``. For any configuration
  11. run (including the first), the environment variable will be ignored, if the
  12. ``CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`` variable is defined.
  13. See also :variable:`CMAKE_ASM<DIALECT>_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.