diff options
Diffstat (limited to '')
-rw-r--r-- | compiler-explorer/ceconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compiler-explorer/ceconfig.json b/compiler-explorer/ceconfig.json new file mode 100644 index 0000000..386a2cc --- /dev/null +++ b/compiler-explorer/ceconfig.json @@ -0,0 +1,14 @@ +{"userArguments":"-O3", + "filters":{ + "binary":false, + "commentOnly":true, + "demangle":true, + "directives":true, + "execute":false, + "intel":true, + "labels":true, + "lables":true, + "libraryCode":false, + "trim":false + } +} |