We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabecf4 commit 4f02c45Copy full SHA for 4f02c45
tools/buildmgr/cbuildgen/config/AC6.6.16.2.cmake
@@ -757,3 +757,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMakeASM")
757
# Set CMake flags for compiler identification
758
set(CMAKE_C_FLAGS_INIT ${CC_CPU})
759
set(CMAKE_CXX_FLAGS_INIT ${CXX_CPU})
760
+
761
+# Set CMake ASM flags for dependency rules generation
762
+set(CMAKE_DEPFILE_FLAGS_ASM "-MD -MT <DEP_TARGET> -MF <DEP_FILE>")
0 commit comments