Getting Clang to work on windows

前端 未结 6 1407
鱼传尺愫
鱼传尺愫 2020-12-02 07:21

I have followed the following step by step guide and I\'ve managed, after a bit of fiddling, to get clang to compile using code:blocks and MinGW. Great, so now I could add t

6条回答
  •  萌比男神i
    2020-12-02 08:14

    When I had the same issue, I just set-up Code Blocks to the correct include directories for my setup. And it uses -I with clang++ and everything's been working great so far.

提交回复
热议问题