#!/bin/sh
# $Id: gcc-stricter,v 1.3 2009/12/06 14:51:19 tom Exp $
#
# _CONST_X_STRING is my own ifdef to X11/Intrinsic.h, to make
#       typedef const char *String;
# Doing that will help me make the "const" strings in xterm, xvile match with X.
#
gcc-strict -D_CONST_X_STRING -D_FORTIFY_SOURCE=2 "$@"