pe: add COFF bigobj files (#5)

This commit is contained in:
Philip Craig
2023-03-31 14:06:25 +10:00
committed by GitHub
parent 1f989e6bb9
commit 46e8c9afc1
4 changed files with 3 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
cl /c base.c /Fobase-bigobj.obj /bigobj
cl /c base.c /Fobase-GL.obj /GL
gcc -c base.c -o base-bigobj.o -Wa,-mbig-obj