mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-11 16:45:48 -04:00
Don't link to mingw startup files in win64 build too.
Reduces size of 64 bit windows exe by 10kb
This commit is contained in:
parent
4949e64663
commit
d45b37ded2
@ -28,7 +28,7 @@ CLANGOSX_PATH=/usr/bin/clang/osx
|
||||
# to simplify stuff
|
||||
ALL_FLAGS="-O1 -s -fno-stack-protector -fno-math-errno -w"
|
||||
WIN32_FLAGS="-mwindows -nostartfiles -Wl,-e_main_real -DCC_NOMAIN"
|
||||
WIN64_FLAGS="-mwindows"
|
||||
WIN64_FLAGS="-mwindows -nostartfiles -Wl,-emain_real -DCC_NOMAIN"
|
||||
|
||||
# -----------------------------
|
||||
build_win32() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user