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
|
||||
install: >-
|
||||
make
|
||||
mingw-w64-ucrt-x86_64-gcc
|
||||
mingw-w64-ucrt-x86_64-pcre2
|
||||
mingw-w64-ucrt-x86_64-openssl
|
||||
- name: set date
|
||||
|
||||
@ -8,10 +8,7 @@
|
||||
BUILDDIR = ../bin/
|
||||
PREFIX ?= 3proxy_
|
||||
CRYPT_PREFIX ?= $(PREFIX)
|
||||
# Override make's built-in CC=cc default; respect env/command-line overrides.
|
||||
ifeq ($(origin CC), default)
|
||||
CC = gcc
|
||||
endif
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O3 -flto
|
||||
CFLAGS += -fno-strict-aliasing -c -mthreads -DWITH_WSAPOLL -DWITH_ODBC
|
||||
COUT = -o
|
||||
|
||||
Loading…
Reference in New Issue
Block a user