ちんこ

This commit is contained in:
2026-05-03 20:50:56 +09:00
parent c68adc95fb
commit a143b44f59
2 changed files with 2 additions and 2 deletions

BIN
-DNDEBUG.exe Normal file

Binary file not shown.

View File

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