zeek/spicy

Audit documentation for `spicyc -c` or `spicyc -l`

Closed this issue · 0 comments

As of 2843729 we might require more than the generated .cc and __linker__.cc files, see e.g., #1692. While previously it was often sufficient to call spicyc -c and spicyc -l to create all needed C++ files this can now often fail to link.

We should audit the documentation to make sure we suggest spicyc -x where possible over e.g., spicyc -c. It might even make sense to completely drop the -c and -l flags.