mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Allow -c to be specified with -E in cosmocc
This commit is contained in:
parent
4ed4a1095a
commit
f8cfc89eba
10 changed files with 41 additions and 4 deletions
|
@ -79,6 +79,10 @@
|
|||
#undef __linux__
|
||||
#endif
|
||||
|
||||
#ifdef __gnu_linux__
|
||||
#undef __gnu_linux__
|
||||
#endif
|
||||
|
||||
#ifndef __BIGGEST_ALIGNMENT__
|
||||
#define __BIGGEST_ALIGNMENT__ 16
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue