Skip to content
Snippets Groups Projects
Commit 913be88f authored by Davide Mor's avatar Davide Mor
Browse files

[miosix-gcc] Removed references to godbolt.org

parent 2caa387f
No related merge requests found
...@@ -27,8 +27,6 @@ python3=/usr/bin/python3 ...@@ -27,8 +27,6 @@ python3=/usr/bin/python3
cvCompilerCountMax=15 cvCompilerCountMax=15
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 # 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. # privacy policy, and then to enable both these below.
cookiePolicyEnabled=false cookiePolicyEnabled=false
...@@ -37,7 +35,6 @@ privacyPolicyEnabled=false ...@@ -37,7 +35,6 @@ privacyPolicyEnabled=false
supportsLibraryCodeFilter=false supportsLibraryCodeFilter=false
ldPath=${exePath}/../lib|${exePath}/../lib32|${exePath}/../lib64 ldPath=${exePath}/../lib|${exePath}/../lib32|${exePath}/../lib64
ceToolsPath=../compiler-explorer-tools ceToolsPath=../compiler-explorer-tools
remoteStorageServer=https://godbolt.org
# this timeout exists only to work around a bug (#1875) # this timeout exists only to work around a bug (#1875)
# it is set to 5 minutes so that it will never be triggered # it is set to 5 minutes so that it will never be triggered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment