Clion:调试错误,但未处于发布模式

时间:2017-01-19 08:52:46

标签: c++ debugging release clion

我的问题是,如果我使用" Debug"编译我的项目在CLion中配置它会返回此错误:

/usr/include/c++/6/parallel/tags.h: In member function ‘__gnu_parallel::_ThreadIndex __gnu_parallel::parallel_tag::__get_num_threads()’:
/usr/include/c++/6/parallel/tags.h:66:38: error: ‘omp_get_max_threads’ was not declared in this scope
           return omp_get_max_threads();

但是,如果我使用" Release"运行相同的代码配置它正常工作。有人知道如何修复此错误或为什么我只能通过使用发布配置来运行它?

0 个答案:

没有答案