#!/bin/sh -eu # © Vlad-Stefan Harbuz # SPDX-License-Identifier: Apache-2.0 c++ \ -O3 -Wall -shared -std=c++11 -fPIC \ $(python3 -m pybind11 --includes) \ example.cpp \ -o example$(python3 -m pybind11 --extension-suffix)