]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
Improve clang support. Add tcc support. Clang builds now perform as good as gcc
[xonotic/darkplaces.git] / prvm_exec.c
index c82b9e01488e3beadb71976658ed0cc4d310f101..452f2803f1b780c3dd1ca70cd0c45b7af03c7308 100644 (file)
@@ -716,7 +716,7 @@ static void PRVM_StatementCoverageEvent(prvm_prog_t *prog, mfunction_t *func, in
        Con_Printf("prvm_coverage: %s just executed a statement at %s for the first time. Coverage: %.2f%%.\n", prog->name, PRVM_WhereAmI(vabuf, sizeof(vabuf), prog, func, statement), prog->statements_covered * 100.0 / prog->numstatements);
 }
 
-#if defined (__GNUC__) || (__clang__)
+#if defined (__GNUC__) || (__clang__) || (__TINYC__)
 #  ifndef CONFIG_PEDANTIC
 #  define HAVE_COMPUTED_GOTOS 1
 #  endif