ごめん・・・

This commit is contained in:
2026-05-04 22:48:56 +09:00
parent a143b44f59
commit 1fff6cf5be
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,5 +1,5 @@
#!/bin/sh
g++ -O3 -o -DNDEBUG hexagon.exe -I/mingw64/include -L/mingw64/lib main.cc src/*.cc\
g++ -O3 -DNDEBUG -o hexagon.exe -I/mingw64/include -L/mingw64/lib main.cc src/*.cc\
-std=c++17 -static -lpdcurses -lgdi32 -lcomdlg32 -lwinmm -luser32 -lwinpthread\
-lstdc++ -mconsole -s