Skip to content

Commit

Permalink
build: add ARGON2_NO_THREADS macro to libargon
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Sep 27, 2024
1 parent 5c5a8c1 commit 791ae47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/urcrypt/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ fn libargon2(
"-fno-sanitize=all",
"-Wno-unused-value",
"-Wno-unused-function",
"-DARGON2_NO_THREADS",
};

const common_files = .{
Expand Down

0 comments on commit 791ae47

Please sign in to comment.