提交 8087eeca authored 作者: kuantkid's avatar kuantkid

FIX typo where src_code => code

上级 d365c904
...@@ -793,7 +793,7 @@ int main( int argc, const char* argv[] ) ...@@ -793,7 +793,7 @@ int main( int argc, const char* argv[] )
} }
""" """
default_openmp = GCC_compiler.try_compile_tmp( default_openmp = GCC_compiler.try_compile_tmp(
code=code, src_code=code,
tmp_prefix='test_omp_', tmp_prefix='test_omp_',
flags=['-fopenmp'], flags=['-fopenmp'],
try_run=False) try_run=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论