mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 16:31:39 +00:00
committed by
Andreas Rumpf
parent
fb1b51f1e3
commit
89570aa44b
@@ -302,10 +302,10 @@ compiler tcc:
|
||||
linkLibCmd: "", # XXX: not supported yet
|
||||
debug: " -g ",
|
||||
pic: "",
|
||||
asmStmtFrmt: "__asm{$n$1$n}$n",
|
||||
asmStmtFrmt: "asm($1);$n",
|
||||
structStmtFmt: "$1 $2",
|
||||
produceAsm: "",
|
||||
props: {hasSwitchRange, hasComputedGoto})
|
||||
produceAsm: gnuAsmListing,
|
||||
props: {hasSwitchRange, hasComputedGoto, hasGnuAsm})
|
||||
|
||||
# Pelles C Compiler
|
||||
compiler pcc:
|
||||
|
||||
Reference in New Issue
Block a user