Skip to content

Commit

Permalink
build: decrease liburcrypt optimization level
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperi committed Jul 25, 2024
1 parent d01d1d4 commit cc17895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/third_party/urcrypt/urcrypt.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure_make(
copts = [
"-Wall",
"-g",
"-O3",
"-O2",
],
deps = [
"@aes_siv",
Expand Down

0 comments on commit cc17895

Please sign in to comment.