Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 83d32dccbfc09f48d365d94af11b5ae22bf3aec0..43edce4cb8b1a0f4ceb1d50ec9dfc91e7f3ffe54 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -549,6 +549,7 @@ DEFINE_IMPLICATION(trace_opt_verbose, trace_opt) |
DEFINE_BOOL(debug_code, false, "generate extra code (assertions) for debugging") |
DEFINE_BOOL(code_comments, false, "emit comments in code disassembly") |
DEFINE_BOOL(enable_sse3, true, "enable use of SSE3 instructions if available") |
+DEFINE_BOOL(enable_ssse3, true, "enable use of SSSE3 instructions if available") |
DEFINE_BOOL(enable_sse4_1, true, |
"enable use of SSE4.1 instructions if available") |
DEFINE_BOOL(enable_sahf, true, |