mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
506 B
Plaintext
28 lines
506 B
Plaintext
|
#**********************************
|
||
|
#* FreeBSD with X11R6 and Motif 2.0 *
|
||
|
#**********************************
|
||
|
|
||
|
###############################
|
||
|
# Compiler
|
||
|
#
|
||
|
CC="gcc"
|
||
|
###############################
|
||
|
|
||
|
###############################
|
||
|
# C flags
|
||
|
#
|
||
|
CFLAGS="-Wall"
|
||
|
###############################
|
||
|
|
||
|
###############################
|
||
|
# Misc optimization flags
|
||
|
#
|
||
|
OPTIMIZE="-O2"
|
||
|
###############################
|
||
|
|
||
|
###############################
|
||
|
# Flags used for debugging
|
||
|
#
|
||
|
DEBUG="-g -O2"
|
||
|
###############################
|