pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:25:25 by Per Hedbor <ph@opera.com>
f0ba9ff0d1005221fc5ea6cd533aee1227661cef (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
-ggdb gives more debug information than -ggdb3 with modern gcc:s.
1822:
else :; fi if test "x$with_cdebug" = "xyes" ; then
-
AC_SYS_COMPILER_FLAG(-
ggdb3
,
ggdb3
,CFLAGS)
+
AC_SYS_COMPILER_FLAG(-
ggdb
,
ggdb
,CFLAGS)
+
AC_SYS_COMPILER_FLAG(-fvar-tracking-assignments,vartracking,CFLAGS)
fi ##
1835:
# : #fi
-
+
AC_SYS_COMPILER_FLAG(-funswitch-loops,unswitch_loops,CFLAGS)
### Optimize for different SUN machines. If there is no working 'uname' ### no extra optimization will be done, but nothing should break either. case "`uname -m 2>/dev/null`" in