Skip to content

Conversation

andy1li
Copy link
Member

@andy1li andy1li commented Sep 10, 2025

No description provided.

… refactor build configuration and replace stdout.print with std.debug.print for logging.
@andy1li andy1li self-assigned this Sep 10, 2025
Copy link

linear bot commented Sep 10, 2025

.root_module = b.createModule(.{
.root_source_file = b.path("src/main.zig"),
.target = b.graph.host,
}),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Build Configuration Options Removed

The addExecutable refactor to use root_module removed the target and optimize configuration options. The target is now hardcoded to b.graph.host, which prevents cross-compilation. Additionally, the optimize option is missing, removing the ability to control optimization levels via build flags.

Additional Locations (1)

Fix in Cursor Fix in Web

@andy1li andy1li merged commit a5eb28b into main Sep 10, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant