Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

No way to pass extra compile flags and defines #975

Open
@astro-stan

Description

@astro-stan

I need to pass defines to the compiler, but the arduino.json does not support such option. I tried putting a

"defines":[...]

in the c_cpp_properties.json, but it is not picked up during compilation.
Same goes for extra compile flags. I tried putting

"compilerArgs": [...]

in the c_cpp_properties.json, but it is not picked up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions