[build-system] requires = ["setuptools", "wheel", "pybind11~=2.11.1"] build-backend = "setuptools.build_meta" [tool.cibuildwheel.windows.environment] # CAUTION! This is /Od instead of /O2 because of bugs in the msvc compiler! # See: https://github.com/quantumlib/Stim/issues/1078 CFLAGS = "/Od" CXXFLAGS = "/Od"