From c400e55258056461b952a64c1e38ac4482e15a07 Mon Sep 17 00:00:00 2001 From: Sage Hane Date: Tue, 22 Oct 2024 11:01:12 +0900 Subject: [PATCH] build.zig: Document code depending on #4411 --- build.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.zig b/build.zig index b3ce5b3d4498..732b95420f0a 100644 --- a/build.zig +++ b/build.zig @@ -141,6 +141,8 @@ fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std. // Apply all relevant configs from `src/config.h` *except* the user-specified ones // + // Note: This entire loop might become unnecessary depending on https://github.com/raysan5/raylib/issues/4411 + // // Note: Currently using a suboptimal `O(m*n)` time algorithm where: // `m` corresponds roughly to the number of lines in `src/config.h` // `n` corresponds to the number of user-specified flags