mirror of
https://github.com/3proxy/3proxy.git
synced 2026-07-16 17:30:11 +08:00
fux ucrt workflow
This commit is contained in:
parent
a757fae617
commit
fdda69c1f4
1
.github/workflows/build-win-msys2-ucrt64.yml
vendored
1
.github/workflows/build-win-msys2-ucrt64.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
update: true
|
update: true
|
||||||
install: >-
|
install: >-
|
||||||
make
|
make
|
||||||
|
mingw-w64-ucrt-x86_64-gcc
|
||||||
mingw-w64-ucrt-x86_64-pcre2
|
mingw-w64-ucrt-x86_64-pcre2
|
||||||
mingw-w64-ucrt-x86_64-openssl
|
mingw-w64-ucrt-x86_64-openssl
|
||||||
- name: set date
|
- name: set date
|
||||||
|
|||||||
@ -8,10 +8,7 @@
|
|||||||
BUILDDIR = ../bin/
|
BUILDDIR = ../bin/
|
||||||
PREFIX ?= 3proxy_
|
PREFIX ?= 3proxy_
|
||||||
CRYPT_PREFIX ?= $(PREFIX)
|
CRYPT_PREFIX ?= $(PREFIX)
|
||||||
# Override make's built-in CC=cc default; respect env/command-line overrides.
|
CC ?= gcc
|
||||||
ifeq ($(origin CC), default)
|
|
||||||
CC = gcc
|
|
||||||
endif
|
|
||||||
CFLAGS ?= -O3 -flto
|
CFLAGS ?= -O3 -flto
|
||||||
CFLAGS += -fno-strict-aliasing -c -mthreads -DWITH_WSAPOLL -DWITH_ODBC
|
CFLAGS += -fno-strict-aliasing -c -mthreads -DWITH_WSAPOLL -DWITH_ODBC
|
||||||
COUT = -o
|
COUT = -o
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user