Skip to content

Commit e15e139

Browse files
singaraionaclaude
andcommitted
fix(windows): suppress console window by using GUI subsystem
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5ae31ed commit e15e139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GLFW_DEFINES = -D_GLFW_WIN32
122122
GLFW_LIBS =
123123

124124
CFLAGS = -include $(RAYFORCE_DIR)/core/def.h -Wall -Wextra -std=$(STD) -g -O0 -D_CRT_SECURE_NO_WARNINGS -DDEBUG
125-
LIBS = -fuse-ld=lld -static -lws2_32 -lmswsock -lkernel32 -lopengl32 -lgdi32 -luser32 -lshell32 -ldbghelp
125+
LIBS = -fuse-ld=lld -static -Wl,/subsystem:windows -Wl,/entry:mainCRTStartup -lws2_32 -lmswsock -lkernel32 -lopengl32 -lgdi32 -luser32 -lshell32 -ldbghelp
126126
TARGET = rayforce-ui.exe
127127
endif
128128

0 commit comments

Comments
 (0)