mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-26 03:50:07 +08:00
56481d554f
/* Use "-g" as alias for "-g1". Use "-g0" to disable debug */ So not using -g is now the alias for -g0 ?!? This reverts commit8759b2581d
. This reverts commit3ce7bc6efc
. This reverts commit5fb582ab7f
. This reverts commitaea68dbb40
. This reverts commitfa9c31c3db
. This reverts commitb3bebdb20a
. This reverts commitecf8e5a00e
. This reverts commitfe6b5c08dc
. This reverts commite2e5377e7b
. This reverts commit1cd7998905
.
65 lines
753 B
Plaintext
65 lines
753 B
Plaintext
*~
|
|
\#*
|
|
.#*
|
|
*.o
|
|
*.a
|
|
*.exe
|
|
*.dll
|
|
*.obj
|
|
*.pdb
|
|
*.lib
|
|
*.exp
|
|
*.log
|
|
*.bz2
|
|
*.zip
|
|
.gdb_history
|
|
a.out
|
|
tcc_g
|
|
tcc
|
|
*-tcc
|
|
libtcc*.def
|
|
|
|
config*.h
|
|
*_.h
|
|
config*.mak
|
|
config.texi
|
|
conftest*
|
|
c2str
|
|
tags
|
|
TAGS
|
|
tcc.1
|
|
*.pod
|
|
tcc-doc.html
|
|
tcc-doc.info
|
|
|
|
win32/doc
|
|
win32/examples/libtcc_test.c
|
|
win32/libtcc
|
|
win32/lib/32
|
|
win32/lib/64
|
|
win32/include/float.h
|
|
win32/include/stdalign.h
|
|
win32/include/stdarg.h
|
|
win32/include/stdbool.h
|
|
win32/include/stddef.h
|
|
win32/include/stdnoreturn.h
|
|
win32/include/varargs.h
|
|
win32/include/tcclib.h
|
|
|
|
tests/tcctest[1234]
|
|
tests/tcctest.gcc
|
|
tests/*.out*
|
|
tests/*.ref
|
|
tests/*.txt
|
|
tests/*.gcc
|
|
tests/*-cc*
|
|
tests/*-tcc*
|
|
tests/libtcc_test
|
|
tests/libtcc_test_mt
|
|
tests/asm-c-connect
|
|
tests/asm-c-connect-sep
|
|
tests/vla_test
|
|
tests/hello
|
|
tests/tests2/fred.txt
|
|
libtcc.dylib
|