Fix fatal error and the version flag option when compiling for windows

This commit is contained in:
onryo
2024-09-26 05:04:55 +02:00
parent 4538bf9e1e
commit f144f8a0b9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
mingw32_CC=x86_64-w64-mingw32-gcc-posix
mingw32_CXX=x86_64-w64-mingw32-g++-posix
mingw32_CFLAGS=-pipe -std=c11
mingw32_CFLAGS=-pipe -std=c++11
mingw32_CXXFLAGS=$(mingw32_CFLAGS) -std=c++11
mingw32_release_CFLAGS=-O3