This reverts commit a316f9e7fc
.
Issue #1891 was fixed again, so this is no longer needed.
This commit is contained in:
parent
37f60e75e7
commit
b8cd10264b
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ pub fn addRaylib(b: *std.Build, target: std.zig.CrossTarget, optimize: std.built
|
||||||
"-std=gnu99",
|
"-std=gnu99",
|
||||||
"-D_GNU_SOURCE",
|
"-D_GNU_SOURCE",
|
||||||
"-DGL_SILENCE_DEPRECATION=199309L",
|
"-DGL_SILENCE_DEPRECATION=199309L",
|
||||||
"-fno-sanitize=undefined", // https://github.com/raysan5/raylib/issues/1891
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const raylib = b.addStaticLibrary(.{
|
const raylib = b.addStaticLibrary(.{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue