ASM_DIALECTFLAGS.rst 654 B

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