libsourcemap
libsourcemap copied to clipboard
DEPRECATED: Implements efficient sourcemap processing for Python in Rust
Results
2
libsourcemap issues
Sort by
recently updated
recently updated
newest added
Centos 7.3 uses CLANG 3.4. CLANG 3.4 and below do not understand "fstack-protector-strong". This patch checks for Centos 7.3 and switches back to GCC. EG : ``` # make sdist...
Here's an example SConstruct to build a wheel for your project. It provides build rules with dependency tracking and gives complete control of the wheel tag. Unlike the setup.py build...