We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I pass release_modes: :fast in use Zig, I see that Zigler builds indeed "build -Doptimize=ReleaseFast"
release_modes: :fast
use Zig
Zigler
I seems that you read the env var ZIGLER_RELEASE_MODE but Zig.Command.release_mode/1 only reads from the module, not from ENV.
ZIGLER_RELEASE_MODE
Zig.Command.release_mode/1
zigler/lib/zig/command.ex
Line 135 in 8bc7fb3
Is this something wanted?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I pass
release_modes: :fast
inuse Zig
, I see thatZigler
builds indeed "build -Doptimize=ReleaseFast"I seems that you read the env var
ZIGLER_RELEASE_MODE
butZig.Command.release_mode/1
only reads from the module, not from ENV.zigler/lib/zig/command.ex
Line 135 in 8bc7fb3
Is this something wanted?
The text was updated successfully, but these errors were encountered: