Add debug information

This commit is contained in:
Ekaitz 2022-08-28 23:55:13 +02:00
parent 9d5859e57b
commit aec9569801
2 changed files with 2 additions and 1 deletions

2
configure vendored
View File

@ -27,7 +27,7 @@ mandir=""
infodir=""
sysroot=""
cross_prefix=""
cc="gcc"
cc="gcc -g"
ar="ar"
strip="strip"
bigendian="no"

View File

@ -146,6 +146,7 @@ standard.")
(variable "LIBRARY_PATH")
(files '("lib" "lib64")))))
(outputs (list "out" "debug"))
(synopsis "Tiny and fast C compiler")
(description
"TCC, also referred to as \"TinyCC\", is a small and fast C compiler