diff options
author | kaiwu <kaiwu2004@gmail.com> | 2024-05-09 22:14:30 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2024-05-09 22:14:30 +0800 |
commit | a86fe674dccf7876256029b6a62525230badc322 (patch) | |
tree | 90a35e74c9df955a38f8f437a6020ce1bacdcb53 /etc/config/cpp2_cppfront.defaults.properties | |
parent | 24c09d135e0c168a3262f0bae3112a1ed978fb11 (diff) | |
download | compiler-explorer-local.tar.gz compiler-explorer-local.zip |
local settingslocal
Diffstat (limited to 'etc/config/cpp2_cppfront.defaults.properties')
-rw-r--r-- | etc/config/cpp2_cppfront.defaults.properties | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/config/cpp2_cppfront.defaults.properties b/etc/config/cpp2_cppfront.defaults.properties deleted file mode 100644 index 99c817e74..000000000 --- a/etc/config/cpp2_cppfront.defaults.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Default settings for cppx-cpp-front -compilers=&cppfront - -group.cppfront.compilers=cppfront_trunk -group.cppfront.notification=<a href="https://github.com/hsutter/cppfront" target="_blank">Cppfront</a> is an experimental compiler from a potential C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to learn some things, prove out some concepts, and share some ideas. -group.cppfront.licenseLink=https://github.com/hsutter/cppfront/blob/main/LICENSE -group.cppfront.licenseName=CC-BY-NC-ND-4.0 -group.cppfront.licensePreamble=Copyright (c) Herb Sutter -compiler.cppfront_trunk.exe=cppfront -compiler.cppfront_trunk.name=cppfront trunk -defaultCompiler=cppfront_trunk -supportsBinary=false -supportsExecute=false -compilerType=cppfront -versionFlag=-version |