| # Default settings for GCC Explorer. |
| port=10240 |
| compileTimeoutMs=10000 |
| binaryExecTimeoutMs=2000 |
| defaultSource=builtin |
| cacheConfig=InMemory(50) |
| executableCacheConfig=InMemory(50) |
| maxConcurrentCompiles=4 |
| staticMaxAgeSecs=1 |
| maxUploadSize=16mb |
| optionsWhitelistRe=.* |
| supportsExecute=true |
| optionsBlacklistRe=^(-W[alp],)?((--?(wrapper|fplugin.*|specs|load|plugin|include|fmodule-mapper)|(@.*)|-I|-i)(=.*)?|--)$ |
| allowedShortUrlHostRe=^([-a-z.]+\.)?(xania|godbolt)\.org$ |
| googleShortLinkRewrite=^https?://goo.gl/(.*)$|https://godbolt.org/g/$1 |
| urlShortenService=default |
| storageSolution=local |
| localStorageFolder=./lib/storage/data/ |
| |
| demanglerClassFile=./demangler |
| |
| python3=/usr/bin/python3 |
| |
| cvCompilerCountMax=10 |
| |
| textBanner=Compilation provided by Compiler Explorer at https://godbolt.org/ |
| |
| # If you run your own public instance of Compiler Explorer you are encouraged to write your own cookie policy and |
| # privacy policy, and then to enable both these below. |
| cookiePolicyEnabled=false |
| privacyPolicyEnabled=false |
| |
| supportsLibraryCodeFilter=false |
| ldPath=${exePath}/../lib|${exePath}/../lib32|${exePath}/../lib64 |
| ceToolsPath=../compiler-explorer-tools |