You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
453 B
15 lines
453 B
# Default settings for GCC Explorer. |
|
port=10240 |
|
compileTimeoutMs=10000 |
|
defaultSource=builtin |
|
cacheMb=50 |
|
language=C++ |
|
languages= |
|
maxConcurrentCompiles=2 |
|
staticMaxAgeSecs=1 |
|
optionsWhitelistRe=.* |
|
optionsBlacklistRe=^(-W[alp],)?((-wrapper|-fplugin.*|-specs|-load|-plugin|(@.*)|-I|-i)(=.*)?|--)$ |
|
allowedShortUrlHostRe=^([-a-z.]+\.)?(xania|godbolt)\.org$ |
|
googleShortLinkRewrite=^https?://goo.gl/(.*)$|https://godbolt.org/g/$1 |
|
|
|
wine=/opt/wine-devel/bin/wine64
|
|
|