You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
476 B
Properties
17 lines
476 B
Properties
# Default settings for GCC Explorer.
|
|
port=10240
|
|
compileTimeoutMs=3000
|
|
defaultSource=builtin
|
|
cacheMb=50
|
|
language=C++
|
|
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
|
|
wdiff=wdiff
|
|
max-diff-output=100000
|