File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Build cache
2828 run : |
2929 mkdir -p cache/linux-x64
30- CFLAGS="-std=c++2c -O2 -march=x86-64"
31- LFLAGS="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lpthread -Wl,-Bdynamic "
30+ CFLAGS="-std=c++2c -O2 -march=x86-64 -DWINPTHREAD_STATIC "
31+ LFLAGS="-static-libgcc -static-libstdc++ -static -lpthread"
3232 DEFS="-DPROCESSING_HAS_STB_IMAGE -DPROCESSING_HAS_STB_TRUETYPE"
3333 INC="-I src"
3434
6464 shell : msys2 {0}
6565 run : |
6666 mkdir -p cache/windows-x64
67- CFLAGS="-std=c++2c -O2 -march=x86-64"
68- LFLAGS="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lpthread -Wl,-Bdynamic "
67+ CFLAGS="-std=c++2c -O2 -march=x86-64 -DWINPTHREAD_STATIC "
68+ LFLAGS="-static-libgcc -static-libstdc++ -static -lpthread"
6969 DEFS="-DPROCESSING_HAS_STB_IMAGE -DPROCESSING_HAS_STB_TRUETYPE"
7070 INC="-I src"
7171
You can’t perform that action at this time.
0 commit comments