From 6e528248414e330c9e25e81596ab47b8b8a5b701 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 14 May 2021 22:44:50 +0430 Subject: first commit --- compiler-explorer/ceconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compiler-explorer/ceconfig.json (limited to 'compiler-explorer/ceconfig.json') 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 + } +} -- cgit v1.2.3