Home
last modified time | relevance | path

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

/libCEED/examples/python/
H A Dsetup_qfunctions.py18 extra_compile_args = [] variable
20 extra_compile_args = ["-O3", "-march=native", "-std=c11"] variable
28 extra_compile_args=extra_compile_args)
/libCEED/python/tests/
H A Dsetup-qfunctions.py19 extra_compile_args=["-O3", "-std=c11",