Commit Graph

2 Commits

Author SHA1 Message Date
Andrew d7be5f9f9f
Change CI to create Debian Package to Release (#2521)
* Updating CI to create Debian package and version is assigned by tag
version. Also updating release CI to not use end-of-life workflows

* Clear up usage of static libraries.

- Python bindings only use the dynamic lib. But built and copied the static ones sometimes nonetheless.
- Add toggles to build only static, static/dyn or only dynamic.

---------

Co-authored-by: Rot127 <unisono@quyllur.org>
2024-11-04 20:32:53 +08:00
Petr Zemek fe8fbcb506 Fix language statistics by considering *.inc files to be C files. (#1078)
Otherwise, they are considered to be PHP or C++ files, which causes GitHub's
language statistics to show that Capstone is written mostly in PHP (42.2%) and
C++ (33.1%), which is nonsense.
2018-01-14 20:42:20 +08:00