Home
last modified time | relevance | path

Searched defs:cc_check_flag (Results 1 – 2 of 2) sorted by relevance

/libCEED/
H A DMakefile161 cc_check_flag = $(shell $(CC) -E -Werror $(1) -x c /dev/null > /dev/null 2>&1 && echo 1) macro
/libCEED/rust/libceed-sys/c-src/
H A DMakefile161 cc_check_flag = $(shell $(CC) -E -Werror $(1) -x c /dev/null > /dev/null 2>&1 && echo 1) macro