You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use -O0 alongside -ggdb3 to address compiler warning
Running the documentation generation workflow I encountered the following
compilation warnings:
```
icpx: warning: Note that use of '-ggdb3' without any optimization-level \
option will turn off most compiler optimizations similar to use of \
'-O0' [-Wdebug-disables-optimization]
```
This change addressed the warning.
0 commit comments