What will the -cc clang do in axmol build command?
#3099
-
|
I do know the designated compiler is MSVC. But I am curious about what the role clang plays when I specify By the way, in CMake Projects Outline, a lot of static libraries listed in My command used after |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
-cc clang is for windows, linux ios/macos/android: always clang provided from Xcode, ndk as I know, the clang on windows still use c++ standard from msvc, clang just compiler |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, maybe it changes something that I modified the CMake configuration after axmol build. I prefer vscode. After axmol build, I executed the vscode command |
Beta Was this translation helpful? Give feedback.
Sorry, maybe it changes something that I modified the CMake configuration after axmol build. I prefer vscode. After axmol build, I executed the vscode command
CMake: Select a kitand selected clang. This leads to everything built again. Once the extensions and 3rdparty libraries built once via CMake extension with the kit unchanged, they will not be built again when I build the executable. In one word, that is normal phenomenon. I apologize for my rash question.