Searched refs:cflags (Results 1 – 13 of 13) sorted by relevance
17 THRIFT_FLAGS += $(shell pkg-config --cflags thrift)25 THRIFT_FLAGS += $(shell pkg-config --cflags openssl)
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
10 include($ENV{LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
6 # INTERFACE_INCLUDE_DIRECTORIES and generating a Makefile.cflags file (and a7 # cmake.cflags one) with all flags necessary to build the extension.20 # - cmake llext-edk cflags158 yaml_get(llext_edk_cflags NAME build_info KEY cmake llext-edk cflags)247 set(edk_file_MAKEFILE ${llext_edk}/Makefile.cflags)248 set(edk_file_CMAKE ${llext_edk}/cmake.cflags)
97 cflags = 1109 ret += cflags.to_bytes(2, "little")
893 cflags = 0900 cflags |= subprocess.CREATE_NEW_PROCESS_GROUP # type: ignore909 return subprocess.Popen(cmd, creationflags=cflags, preexec_fn=preexec, **kwargs)
163 - ``Makefile.cflags``, for Makefile-based projects;164 - ``cmake.cflags``, for CMake-based projects.
147 stating EDK location, used on generated Makefile.cflags. For
2258 build_info(llext-edk cflags VALUE ${llext_edk_cflags})