浏览代码
Revert "Disable UBSAN in zig builds. (#3292)" (#3303)
This reverts commit a316f9e7fc
.
Issue #1891 was fixed again, so this is no longer needed.
pull/3305/head
Ryan Roden-Corrent
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
0 次插入 和
1 次删除
-
src/build.zig
|
|
@ -6,7 +6,6 @@ pub fn addRaylib(b: *std.Build, target: std.zig.CrossTarget, optimize: std.built |
|
|
|
"-std=gnu99", |
|
|
|
"-D_GNU_SOURCE", |
|
|
|
"-DGL_SILENCE_DEPRECATION=199309L", |
|
|
|
"-fno-sanitize=undefined", // https://github.com/raysan5/raylib/issues/1891 |
|
|
|
}; |
|
|
|
|
|
|
|
const raylib = b.addStaticLibrary(.{ |
|
|
|