This commit is contained in:
2026-05-03 20:34:18 +09:00
parent a8eae150d4
commit c68adc95fb
2 changed files with 2 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
g++ -O3 -o hexagon.exe -I/mingw64/include -L/mingw64/lib main.cc src/*.cc\
-std=c++17 -static -lpdcurses -lgdi32 -lcomdlg32 -lwinmm -luser32 -lwinpthread\
-lstdc++ -mwindows
-lstdc++ -mwindows -s