diff options
author | fche <fche> | 2006-12-18 11:21:17 +0000 |
---|---|---|
committer | fche <fche> | 2006-12-18 11:21:17 +0000 |
commit | ee6dda6f1fc2a8f952b69153fe7c1a6d0c73a7a3 (patch) | |
tree | 9f35a1bad7f6693cd3eb981db6f9490a490effbd /buildrun.cxx | |
parent | 72d18b983428ccbf45d74631e017874d91935155 (diff) | |
download | systemtap-steved-ee6dda6f1fc2a8f952b69153fe7c1a6d0c73a7a3.tar.gz systemtap-steved-ee6dda6f1fc2a8f952b69153fe7c1a6d0c73a7a3.tar.xz systemtap-steved-ee6dda6f1fc2a8f952b69153fe7c1a6d0c73a7a3.zip |
wishlist item, commented out
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
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; |