From ee6dda6f1fc2a8f952b69153fe7c1a6d0c73a7a3 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 18 Dec 2006 11:21:17 +0000 Subject: wishlist item, commented out --- buildrun.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 3673a9b0..803cc91f 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -45,6 +45,12 @@ compile_pass (systemtap_session& s) if (s.verbose > 2) o << "CFLAGS += -ftime-report -Q" << endl; + // XXX: unfortunately, -save-temps can't work since linux kbuild cwd + // is not writeable. + // + // if (s.keep_tmpdir) + // o << "CFLAGS += -fverbose-asm -save-temps" << endl; + o << "CFLAGS += -freorder-blocks" << endl; // improve on -Os // o << "CFLAGS += -fno-unit-at-a-time" << endl; -- cgit