Skip to content

Commit

Permalink
List supported commands in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hchataing committed Dec 22, 2023
1 parent 00768c2 commit e065e15
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 12 deletions.
8 changes: 6 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ cc_library(
"-I.",
"-fmacro-prefix-map=external/rootcanal/=",
],
linkopts = [
"-lcrypto",
],
defines = [
"NDEBUG",
],
Expand All @@ -223,7 +226,6 @@ cc_library(
":rootcanal_rs",
"//packets:generated",
"@fmtlib",
"@boringssl//:crypto",
"@pdl//:packet_runtime",
],
)
Expand Down Expand Up @@ -272,6 +274,9 @@ cc_binary(
"-I.",
"-fmacro-prefix-map=external/rootcanal/=",
],
link_opts = [
"-lcrypto",
],
defines = [
"NDEBUG",
],
Expand All @@ -286,7 +291,6 @@ cc_binary(
":rootcanal_rs",
"//packets:generated",
"@fmtlib",
"@boringssl//:crypto",
"@pdl//:packet_runtime",
],
)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e065e15

Please sign in to comment.