OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON_EMBED_CCOPTS
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile
335
PYTHON_EMBED_CCOPTS
:= $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
336
FLAGS_PYTHON_EMBED := $(
PYTHON_EMBED_CCOPTS
) $(PYTHON_EMBED_LDOPTS)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile
648
$(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(
PYTHON_EMBED_CCOPTS
) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
651
$(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(
PYTHON_EMBED_CCOPTS
) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
Completed in 38 milliseconds