Home
last modified time | relevance | path

Searched refs:cc_options (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
A Dsetup.py12 cc_options = " ".join([str(e) for e in cc_tokens[1:]]) + " " variable
14 cc_options = ""
25 …cc_output = Popen([cc, cc_options + option, path.join(src_feature_tests, "test-hello.c") ], stderr…

Completed in 3 milliseconds