Index: tools/gcmole/gcmole.lua |
diff --git a/tools/gcmole/gcmole.lua b/tools/gcmole/gcmole.lua |
index 4afc66d1cbd3256d21adc65285418ab8f0686ce7..f8d3b6204a2cfabf62a5cc2a0ef67e38f71300bc 100644 |
--- a/tools/gcmole/gcmole.lua |
+++ b/tools/gcmole/gcmole.lua |
@@ -97,8 +97,6 @@ local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define) |
.. (plugin_args or "") |
.. " -triple " .. triple |
.. " -D" .. arch_define |
- .. " -DENABLE_VMSTATE_TRACKING" |
- .. " -DENABLE_LOGGING_AND_PROFILING" |
.. " -DENABLE_DEBUGGER_SUPPORT" |
.. " -Isrc" |
end |