Skip to content

Instantly share code, notes, and snippets.

@evilactually
Last active June 1, 2020 01:54
Show Gist options
  • Save evilactually/6ae424f7fe04b05ad859f821eae121f6 to your computer and use it in GitHub Desktop.
Save evilactually/6ae424f7fe04b05ad859f821eae121f6 to your computer and use it in GitHub Desktop.
$(CLSNAME).so:$(CLSNAME).cpp
$(CXX) -shared -O3 -std=c++11 -ffast-math -ftree-vectorize '-DDLLEXT=".so"' -fPIC '-DPLUGIN_URI="$(URI_PREFIX)/$(CLSNAME)"' -DFAUST_META=1 -DFAUST_MIDICC=1 -DFAUST_MTS=1 -DFAUST_UI=0 -DVOICE_CTRLS=1 $< -o $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment