diff options
author | aliaegik <122149881+aliaegik@users.noreply.github.com> | 2023-11-23 03:17:40 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 17:47:40 -0600 |
commit | 4ad823b08095b286c4c9555499528edb9b8ba6cd (patch) | |
tree | 73baaeef667f2280d438f616f073da69bcf19279 /lib/compilers | |
parent | 7a33cd6e2ed154d49ed591a79cc9be45a036f90d (diff) | |
download | compiler-explorer-4ad823b08095b286c4c9555499528edb9b8ba6cd.tar.gz compiler-explorer-4ad823b08095b286c4c9555499528edb9b8ba6cd.zip |
New C3 compiler added (#5789)gh-9654
c3c compiler version 0.5 (alpha) added.
Diffstat (limited to 'lib/compilers')
-rw-r--r-- | lib/compilers/c3c.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compilers/c3c.ts b/lib/compilers/c3c.ts index a812583ae..c1bf87ae2 100644 --- a/lib/compilers/c3c.ts +++ b/lib/compilers/c3c.ts @@ -20,9 +20,7 @@ export class C3Compiler extends BaseCompiler { '-g', '-l', 'pthread', - '--no-strip-unused', '--no-obj', - '--no-emit-stdlib', '--emit-asm', ]; } |