diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-13 11:23:32 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-13 11:23:32 -0400 |
commit | ee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee (patch) | |
tree | 2654459de4f19ade39c40f59d2bc4f368c24764f /session.h | |
parent | 5739030625d3f1697c264e3d8f04e932d1e0773d (diff) | |
parent | 4a4edc21a14792a4cc240b601912734027945ae8 (diff) | |
download | systemtap-steved-ee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee.tar.gz systemtap-steved-ee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee.tar.xz systemtap-steved-ee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
main.cxx
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,9 @@ struct systemtap_session // Skip bad $ vars bool skip_badvars; + // Optimization flag passed to gcc -O[0123s] + std::string gcc_flags; + // NB: It is very important for all of the above (and below) fields // to be cleared in the systemtap_session ctor (elaborate.cxx) // and/or main.cxx(main). |