| ... | @@ -395,6 +395,7 @@ fn addCcArgs( | ... | @@ -395,6 +395,7 @@ fn addCcArgs( |
| 395 | // Musl adds these args to builds with gcc but clang does not support them. | 395 | // Musl adds these args to builds with gcc but clang does not support them. |
| 396 | //"-fexcess-precision=standard", | 396 | //"-fexcess-precision=standard", |
| 397 | //"-frounding-math", | 397 | //"-frounding-math", |
| | 398 | "-fno-strict-aliasing", |
| 398 | "-Wa,--noexecstack", | 399 | "-Wa,--noexecstack", |
| 399 | "-D_XOPEN_SOURCE=700", | 400 | "-D_XOPEN_SOURCE=700", |
| 400 | | 401 | |