-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Refactor platform build scripts #528
Comments
Related issue platformio/platformio-atom-ide#54 where |
I tried to use build_flags = -Wno-comment in platformio.ini, but it doesn't work. |
@sstaub do you use the latest development version? http://docs.platformio.org/en/latest/installation.html#development-version |
The IDE is v1.04
|
Sorry, version of platformio is 2.7.1
|
@sstaub Gear Icon(Settings) on the PlatformIO Toolbar > Packages > platformio-ide > Settings > Use development version of PlatformIO P.S: Don't forget to uncheck it when 2.8.5 will be released. |
It did the check in the settings long times ago. But i don’t know which version is now currently installed:
|
Then Menu > PlatformIO > Upgrade PlatformIO. It will install the latest development version. |
The problem is that I do upgrading (see screenshot), but when I ask which version installed
|
Open system Terminal (not in IDE), run |
No changes.
|
Which is your OS? |
MacBookPro Yosemite 10.10.5
|
Give me please an output:
|
|
Hm... And |
says platformio (2.7.1) in both terminals
|
Please mail [email protected] directly. |
Need to refactor all build scripts and put base flags to appropriate SCOPES. More details http://docs.platformio.org/en/latest/projectconf.html#build-flags
User should have ability to pass own build flags and override base settings. In this case, user's flags should follow after "base flags".
The text was updated successfully, but these errors were encountered: