We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77db221 commit be16789Copy full SHA for be16789
README.md
@@ -3,7 +3,7 @@
3
[![CI][ci-shd]][ci-url]
4
[![LC][lc-shd]][lc-url]
5
6
-## Zig build of [CFITSIO library](https://github.com/HEASARC/cfitsio).
+## Zig build of [cfitsio library](https://github.com/HEASARC/cfitsio).
7
8
### :rocket: Usage
9
build.zig
@@ -144,4 +144,6 @@ const SOURCES = .{
144
const FLAGS = .{
145
"-std=gnu89",
146
"-D_REENTRANT",
147
+ "-fsanitize=undefined",
148
+ "-fsanitize-trap=undefined",
149
};
0 commit comments