mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
121181f4e6
PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
28 lines
532 B
Plaintext
28 lines
532 B
Plaintext
#****************************************
|
|
#* 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"
|
|
###############################
|