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

[csolution] project.optimize ad .debug seems to have no impact on cprj ? #214

Closed
jeromecoutant opened this issue Mar 15, 2022 · 3 comments
Closed

Comments

@jeromecoutant
Copy link
Contributor

Our cproject.yml files started with:

project:
  optimize: size                   # Code optimization: emphasis code size
  debug: on                        # Enable debug symbols

I would expect some -O3 and -g options in cflags of generated cprj files, but I couldn't see them...

Thx

@fred-r

@brondani
Copy link
Collaborator

@jeromecoutant Compiler abstraction options were not yet implemented.
There is currently an open issue to fine tune these options, if you have suggestions feel free to comment there: #179

@jeromecoutant
Copy link
Contributor Author

Agree
Thx @VGRSTM :-)

grasci-arm pushed a commit to ARM-software/devtools that referenced this issue Apr 20, 2022
@tarek-bochkati
Copy link
Contributor

@jeromecoutant i'm currently working on this
Please check #328

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

3 participants