| author | |
| committer | |
| log | 243bb87db0a793dbc6c3b11226244816cc3d9937 |
| tree | b177a72eca95ae4138d8b258d191ee06a8751365 |
| parent | d30d37e356a7e5339c353b2aec94aa9eee59d8c6 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/musl.zig+1| ... | ... | @@ -395,6 +395,7 @@ fn addCcArgs( |
| 395 | 395 | // Musl adds these args to builds with gcc but clang does not support them. |
| 396 | 396 | //"-fexcess-precision=standard", |
| 397 | 397 | //"-frounding-math", |
| 398 | "-fno-strict-aliasing", | |
| 398 | 399 | "-Wa,--noexecstack", |
| 399 | 400 | "-D_XOPEN_SOURCE=700", |
| 400 | 401 |