|
Lines 41-49
Link Here
|
| 41 |
if test "$GCC" = "yes"; then |
41 |
if test "$GCC" = "yes"; then |
| 42 |
if test "$enable_externalcflags" != "yes" ; then |
42 |
if test "$enable_externalcflags" != "yes" ; then |
| 43 |
if test "$enable_gperftools" = "yes" -o "$enable_debug" = "yes" ; then |
43 |
if test "$enable_gperftools" = "yes" -o "$enable_debug" = "yes" ; then |
| 44 |
CFLAGS="-O0 -fno-omit-frame-pointer -g -DMFSDEBUG -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv" |
44 |
CFLAGS="-O0 $CFLAGS -fno-omit-frame-pointer -g -DMFSDEBUG -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv" |
| 45 |
else |
45 |
else |
| 46 |
CFLAGS="-O2 $CFLAGS -g -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv" |
46 |
CFLAGS="-O2 $CFLAGS -std=c99 -Wall -Wextra -Wshadow -pedantic -fwrapv" |
| 47 |
fi |
47 |
fi |
| 48 |
fi |
48 |
fi |
| 49 |
if test "$enable_gperftools" = "yes"; then |
49 |
if test "$enable_gperftools" = "yes"; then |