mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
$(llvm-config --bindir)/clang++ $(llvm-config --cxxflags --ldflags --libs) featuregen.cpp -o featuregen
|