ASM_DIALECTFLAGS.rst 680 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 flags, after
  8. which the value for ``ASM<DIALECT>FLAGS`` is stored in the cache as
  9. :variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`. For any configuration
  10. run (including the first), the environment variable will be ignored if the
  11. :variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined.