mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
This reverts commit a316f9e7fc
.
Issue #1891 was fixed again, so this is no longer needed.
This commit is contained in:

committed by
GitHub

parent
37f60e75e7
commit
b8cd10264b
@@ -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(.{
|
||||||
|
Reference in New Issue
Block a user