diff options
Diffstat (limited to 'etc/config/cpp2_cppfront.amazon.properties')
-rw-r--r-- | etc/config/cpp2_cppfront.amazon.properties | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/config/cpp2_cppfront.amazon.properties b/etc/config/cpp2_cppfront.amazon.properties deleted file mode 100644 index 9a0087754..000000000 --- a/etc/config/cpp2_cppfront.amazon.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=/opt/compiler-explorer/cppfront-trunk/cppfront -compiler.cppfront_trunk.name=cppfront trunk -defaultCompiler=cppfront_trunk -supportsBinary=false -supportsExecute=false -compilerType=cppfront -versionFlag=-version |