First, set up your environment (see Environment Setup). The pixi install/pip install steps will compile FASTSim from source.
To recompile with release profile optimizations (longer compilation, but faster runtime):
maturin developPixi users can run pixi run py-build-release.
To recompile with the debug profile, run:
maturin develop --profile devPixi users can run pixi run py-build.