diff --git a/build_it_mingw b/build_it_mingw index 000d474..79e6cdf 100644 --- a/build_it_mingw +++ b/build_it_mingw @@ -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 -Wl,--as-needed \ No newline at end of file +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 \ No newline at end of file