# We don't want to use debugging information on DOS.  Unfortunately,
# this requires that we set CFLAGS.
# This used to set -fno-omit-frame-pointer.
CFLAGS=-O2

# Set also some directories for DJGPP
gxx-include-dir=${prefix}/lang/cxx
tooldir=${prefix}/lang/cxx
