1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/grace/files/freebsd

28 lines
532 B
Plaintext
Raw Normal View History

#****************************************
#* Intel Linux with X11R6 and Motif 2.0 *
#****************************************
###############################
# Compiler
#
CC="gcc"
###############################
###############################
# C flags
#
CFLAGS="-Wall -pedantic"
###############################
###############################
# Misc optimization flags
#
OPTIMIZE="-O2"
###############################
###############################
# Flags used for debugging
#
DEBUG="-g -O2"
###############################