Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译选项这里是写什么? #38

Closed
beyoungglh opened this issue Jun 18, 2020 · 2 comments
Closed

编译选项这里是写什么? #38

beyoungglh opened this issue Jun 18, 2020 · 2 comments

Comments

@beyoungglh
Copy link

beyoungglh commented Jun 18, 2020

image

    "global": {},
    "c/cpp-compiler": {
        "language-c": "c99",
        "language-cpp": "c++11",
        "link-time-optimization": true
    },
    "asm-compiler": {},
    "linker": {
        "misc-controls": [
            "--diag_suppress=L6329"
        ]
    }

这里填哪些参数呢?没有很看明白,能否给个示例

@github0null
Copy link
Owner

参数都有 补全悬停提示
即使你不填,也有默认值;

@beyoungglh
Copy link
Author

beyoungglh commented Jun 19, 2020

参数都有 补全悬停提示
即使你不填,也有默认值;

选错了 ,要用AC5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants