aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorgrischka <grischka>2014-04-07 11:20:45 +0200
committergrischka <grischka>2014-04-07 11:20:45 +0200
commitf90bad092510c751afbd9286b9946691a416d2a1 (patch)
treeade8035d4181b3b962434670e63808cdfb772cf3 /tcc.c
parent76accfb8d5b16664207fa8ae43d02b015bc8e019 (diff)
downloadtinycc-f90bad092510c751afbd9286b9946691a416d2a1.tar.gz
tinycc-f90bad092510c751afbd9286b9946691a416d2a1.tar.bz2
tests2: cleanup
- remove -norunsrc switch Meaning and usage (-run -norun...???) look sort of screwed. Also general usefulness is unclear, so it was actually to support exactly one (not even very interesting) test This partially reverts e31579b0769e1f9c0947d12e83316d1149307b1a
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 9b5ca2e..74a5f1b 100644
--- a/tcc.c
+++ b/tcc.c
@@ -69,7 +69,6 @@ static void help(void)
" -Bdir use 'dir' as tcc internal library and include path\n"
" -MD generate target dependencies for make\n"
" -MF depfile put generated dependencies here\n"
- " -norunsrc Do not compile the file which is the first argument after -run.\n"
);
}