#!/bin/sh
exec g++ -O2 -ansi -Wall \
-c `lti-config --cxxflags` ${1+"$@"}
