Skip to content

Commit c400e55

Browse files
committed
build.zig: Document code depending on raysan5#4411
1 parent 7906361 commit c400e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.
141141

142142
// Apply all relevant configs from `src/config.h` *except* the user-specified ones
143143
//
144+
// Note: This entire loop might become unnecessary depending on https://github.com/raysan5/raylib/issues/4411
145+
//
144146
// Note: Currently using a suboptimal `O(m*n)` time algorithm where:
145147
// `m` corresponds roughly to the number of lines in `src/config.h`
146148
// `n` corresponds to the number of user-specified flags

0 commit comments

Comments
 (0)