Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
.exe: no need to open a console window
Browse files Browse the repository at this point in the history
  • Loading branch information
the wind committed Jan 12, 2023
1 parent e6dbae1 commit 0e4f53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_it_mingw
Original file line number Diff line number Diff line change
@@ -1 +1 @@
x86_64-w64-mingw32-clang++ -mwindows -mconsole -fno-rtti -fno-exceptions -fno-threadsafe-statics -O3 -march=core2 -mtune=core2 -std=c++14 -Wall -Wextra -Wshadow -Werror=shadow -DGL_GLEXT_PROTOTYPES -DFREEGLUT_STATIC snow.cpp -o snow.exe -lopengl32 -lfreeglut_static -lwinmm -s -Wl,--as-needed
x86_64-w64-mingw32-clang++ -mwindows -fno-rtti -fno-exceptions -fno-threadsafe-statics -O3 -march=core2 -mtune=core2 -std=c++14 -Wall -Wextra -Wshadow -Werror=shadow -DGL_GLEXT_PROTOTYPES -DFREEGLUT_STATIC snow.cpp -o snow.exe -lopengl32 -lfreeglut_static -lwinmm -s -Wl,--as-needed

0 comments on commit 0e4f53e

Please sign in to comment.