mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Fix unzip warning with apelink generated symtabs
This commit is contained in:
parent
3e6d536822
commit
0c89516ac5
17 changed files with 192 additions and 59 deletions
|
@ -124,6 +124,8 @@ static const uint32_t kSourceExts[] = {
|
|||
EXT("c"), // c
|
||||
EXT("cc"), // c++
|
||||
EXT("cpp"), // c++
|
||||
EXT("cu"), // cuda
|
||||
EXT("m"), // objective c
|
||||
};
|
||||
|
||||
static char *names;
|
||||
|
@ -667,7 +669,7 @@ int main(int argc, char *argv[]) {
|
|||
ssize_t rc;
|
||||
size_t i, n;
|
||||
char *makefile;
|
||||
#ifndef NDEBUG
|
||||
#ifdef MODE_DBG
|
||||
ShowCrashReports();
|
||||
#endif
|
||||
prog = argv[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue