#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
main="$1"; shift
exec g++ -O2 -ansi -Wall -s \
-o "$main" "$main".o ${1+"$@"} `lti-config --libs`
