-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for editing compiler flags #39
Comments
Wanted to add a few more comments after reading some stuff in the developers forum on this topic. I want the ability to add or set CFLAGS and share code between multiple projects. So, some shared code folder perhaps, and the ability to have the system automatically edit the wscript file so that the appropriate shared code gets built for your project. I don't however want or need direct wscript editing ability. Just some means of having the system edit the wscript file in some standard ways. |
CFLAGS is one thing, and I'll do those at some point. Shared code is a harder problem. They don't live in the same feature request, in any case. |
@jamesmattis |
Though that's true...my strong suspicion is that there are many developers James On Sun, Nov 9, 2014 at 6:24 PM, Ron Ravid [email protected] wrote:
|
Thursday Oct 23, 2014 at 20:06 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT
Originally opened as pebble#110
It would be great to have support for editing the wscript file to change build settings, or at least have some sort of interface for adding & editing CFLAGS. Things like this for example:
Add/Delete/Toggle on/off.
The text was updated successfully, but these errors were encountered: