Open ajwerner opened 1 month ago
Try: ./configure -- --force-fallback-for=capstone -Dcapstone:profile=slim -Dcapstone:archs=x86
Beautiful!
Is there a way to build a devkit (something the rust bindings will be happy with) with these options? It appears that the devkit size isn't meaningfully affected by this.
I was able to make it work by manually copying over the built capstone into the sdk, but that feels messy.
If I wanted to compile gum with capstone set to just one architecture, and in diet mode, how would I do it?