annotate agent/src/os/solaris/dbx/README @ 1622:76efbe666d6c

6964774: Adjust optimization flags setting Summary: Adjust performance flags settings. Reviewed-by: never, phh
author kvn
date Tue, 29 Jun 2010 10:34:00 -0700
parents a61af66fc99e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 shell_impl.h
a61af66fc99e Initial load
duke
parents:
diff changeset
2 proc_service_2.h
a61af66fc99e Initial load
duke
parents:
diff changeset
3
a61af66fc99e Initial load
duke
parents:
diff changeset
4 The above files are captured from the dbx build environment.
a61af66fc99e Initial load
duke
parents:
diff changeset
5 Rather then use a -I that points to stuff in .eng domain that
a61af66fc99e Initial load
duke
parents:
diff changeset
6 may not be accessible in other domains these files are just
a61af66fc99e Initial load
duke
parents:
diff changeset
7 copied here so local builds in other domains will work.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 These files rarely change so the fact that we might have to
a61af66fc99e Initial load
duke
parents:
diff changeset
9 strobe in new ones on rare occasions is no big deal.