Initial version.

This commit is contained in:
Janet B. Anderson
2004-10-26 14:21:00 +00:00
parent de9767dc34
commit 4c2d266910
@@ -0,0 +1,9 @@
#Prepares the object code to collect data for profiling with prof.
#PROFILE=YES
#Compiles for profiling with the gprof profiler.
#GPROF=YES
# Removes -O optimization and adds -g compile option
HOST_OPT=NO