diff options
Diffstat (limited to 'src/pass.h')
-rw-r--r-- | src/pass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pass.h b/src/pass.h index faf674c49..3f0c2c29d 100644 --- a/src/pass.h +++ b/src/pass.h @@ -61,6 +61,7 @@ struct PassOptions { int optimizeLevel = 0; // 0, 1, 2 correspond to -O0, -O1, -O2, etc. int shrinkLevel = 0; // 0, 1, 2 correspond to -O0, -Os, -Oz bool ignoreImplicitTraps = false; // optimize assuming things like div by 0, bad load/store, will not trap + bool debugInfo = false; // whether to try to preserve debug info through, which are special calls }; // |