gpt4 book ai didi

multithreading - 什么是clang中g++的-pthread equiv?

转载 作者:行者123 更新时间:2023-12-03 21:04:26 26 4
gpt4 key购买 nike

我正在从 g++ 切换到 clang

但是,在 g++ 中,我有 -pthread 标志,但 clang 似乎无法识别该标志。

clang 中的 equiv 是什么?

编辑:我的 clang 构建是在 2010 年 3 月 5 日从 svn 中提取的。

最佳答案

叮当需要-pthread编译时而不是链接时。这很烦人,但这是观察到的行为:

$ clang -c x.cpp
$ clang -pthread -c x.cpp
$ clang -o x x.o
$ clang -pthread -o x x.o
clang: warning: argument unused during compilation: '-pthread'
$

$ clang --version
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
$

关于multithreading - 什么是clang中g++的-pthread equiv?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2391194/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com