ASM_DIALECTFLAGS.rst 667 B

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