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 3212a2e commit 26317d1Copy full SHA for 26317d1
cmake/ext/opcache/CMakeLists.txt
@@ -215,6 +215,9 @@ if(EXT_OPCACHE_JIT)
215
-o ${CMAKE_CURRENT_BINARY_DIR}/jit/zend_jit_${DASM_ARCH}.c
216
${CMAKE_CURRENT_SOURCE_DIR}/jit/zend_jit_${DASM_ARCH}.dasc
217
COMMENT "[ext/opcache] Generating ext/opcache/jit/zend_jit_${DASM_ARCH}.c"
218
+ DEPENDS
219
+ jit/dynasm/dynasm.lua
220
+ jit/zend_jit_${DASM_ARCH}.dasc
221
VERBATIM
222
COMMAND_EXPAND_LISTS
223
)
0 commit comments