Commit 0750d65
committed
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.1 parent d6b7c66 commit 0750d65
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments