10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
|
#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
|