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
rv6/kernel-rs/Cargo.toml
Lines 14 to 16 in bf8f076
opt-level이 1이면 아래 그림과 같이 일부 expression의 값이 optimized-out 되어 보이지 않아 디버깅에 제한이 있습니다. opt-level을 0으로 바꾸면 디버깅이 수월합니다.
하지만 opt-level을 0으로 바꾸면 부팅이 되지 않습니다.
Cargo.toml
The text was updated successfully, but these errors were encountered:
같은 이슈를 또 생성해 죄송합니다. #129 에서 논의하겠습니다!
Sorry, something went wrong.
kimjungwow
No branches or pull requests
rv6/kernel-rs/Cargo.toml
Lines 14 to 16 in bf8f076
opt-level이 1이면 아래 그림과 같이 일부 expression의 값이 optimized-out 되어 보이지 않아 디버깅에 제한이 있습니다. opt-level을 0으로 바꾸면 디버깅이 수월합니다.
![Imgur](https://camo.githubusercontent.com/be1fd11aa5ca35fd9dd667325f84e754614681309f94b62f4534b87b22a7bd49/68747470733a2f2f692e696d6775722e636f6d2f684b74515639392e706e67)
하지만 opt-level을 0으로 바꾸면 부팅이 되지 않습니다.
Cargo.toml
에서 opt-level을 0으로 바꾼 경우Cargo.toml
에서 opt-level을 0으로 바꾸고, lto를 true로 설정한 경우The text was updated successfully, but these errors were encountered: