summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-07-13 11:23:32 -0400
committerDave Brolley <brolley@redhat.com>2009-07-13 11:23:32 -0400
commitee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee (patch)
tree2654459de4f19ade39c40f59d2bc4f368c24764f /session.h
parent5739030625d3f1697c264e3d8f04e932d1e0773d (diff)
parent4a4edc21a14792a4cc240b601912734027945ae8 (diff)
downloadsystemtap-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index 84cc6b01..611d97a2 100644
--- a/session.h
+++ b/session.h
@@ -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).