We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
always
build.ninja file entries with -Og
build.ninja file entries with -Os
No response
added line to defconfig.esp32c3 CONFIG_COMPILER_OPTIMIZATION_DEBUG=y
./build.sh -t esp32c3 -D none
latest
Intel/AMD 64-bit (modern PC, older Mac)
Linux
Ubuntu 22
Bash
Problem: how to compile the library with debug info.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
How often does this bug occurs?
always
Expected behavior
build.ninja file entries with -Og
Actual behavior (suspected bug)
build.ninja file entries with -Os
Error logs or terminal output
No response
Steps to reproduce the behavior
added line to defconfig.esp32c3
CONFIG_COMPILER_OPTIMIZATION_DEBUG=y
./build.sh -t esp32c3 -D none
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 22
Shell
Bash
Additional context
Problem: how to compile the library with debug info.
The text was updated successfully, but these errors were encountered: