summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/exelib.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.exelib/exelib.exp')
-rw-r--r--testsuite/systemtap.exelib/exelib.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.exelib/exelib.exp b/testsuite/systemtap.exelib/exelib.exp
index ab7f5efb..1337d545 100644
--- a/testsuite/systemtap.exelib/exelib.exp
+++ b/testsuite/systemtap.exelib/exelib.exp
@@ -48,9 +48,9 @@ foreach arch $arches {
# and exploded the test search case a bit.
foreach compiler {gcc} { # Add g++
- # Just try -O0 and -O3.
- # Adding -O, -O2, -Os and mixing lib/exe is a bit overdone
- foreach opt {-O0 -O3} {
+ # Just try -O3.
+ # Adding -O0, -O, -O2, -Os and mixing lib/exe is a bit overdone
+ foreach opt {-O3} {
foreach libprelink {no yes} {