Searched full:cflags (Results 1 – 21 of 21) sorted by relevance
11 # Include EDK CFLAGS15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
17 THRIFT_FLAGS += $(shell pkg-config --cflags thrift)25 THRIFT_FLAGS += $(shell pkg-config --cflags openssl)
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)
23 $(CC) -c $(CFLAGS) -MD -Iinclude src/mylib.c -o $(OBJ_DIR)/mylib.o
10 include($ENV{LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
7 unset CFLAGS
88 cflags:
73 CFLAGS:=-std=c11 ${COMMON_BUILD_FLAGS} ${NSI_BUILD_C_OPTIONS} macro113 ${NSI_CC} ${NSI_CPPFLAGS} ${INCLUDES} ${CFLAGS} -c $< -o $@122 ${NSI_CC} ${NSI_CPPFLAGS} ${INCLUDES} ${CFLAGS} -c $< -o $@
59 CFLAGS=${external_project_cflags}
97 cflags = 1109 ret += cflags.to_bytes(2, "little")
163 - ``Makefile.cflags``, for Makefile-based projects;164 - ``cmake.cflags``, for CMake-based projects.
147 stating EDK location, used on generated Makefile.cflags. For
893 cflags = 0900 cflags |= subprocess.CREATE_NEW_PROCESS_GROUP # type: ignore909 return subprocess.Popen(cmd, creationflags=cflags, preexec_fn=preexec, **kwargs)
25 - Add ``-D__ASSERT_ON=<level>`` to the project's CFLAGS, either on the
300 CFLAGS and not Kconfig. Added solely to be able to work
108 echo 'unset CFLAGS CXXFLAGS' >> /etc/profile.d/unset_cflags.sh
129 foreach(var AFLAGS CFLAGS CXXFLAGS CPPFLAGS LDFLAGS)2258 build_info(llext-edk cflags VALUE ${llext_edk_cflags})