Skip to content

Instantly share code, notes, and snippets.

@ngoldbaum
Created November 28, 2023 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngoldbaum/b6aa3ebe80ced90a474abf2e59efe52a to your computer and use it in GitHub Desktop.
Save ngoldbaum/b6aa3ebe80ced90a474abf2e59efe52a to your computer and use it in GitHub Desktop.
#!/bin/bash
set -xeuo pipefail
IFS=$'\n\t'
if [ -d "build/" ]
then
rm -r build
fi
#meson setup build -Db_sanitize=address,undefined
meson setup build
python -m pip uninstall -y stringdtype
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
#python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment