fux ucrt workflow

This commit is contained in:
Vladimir Dubrovin 2026-07-10 11:41:27 +03:00
parent a757fae617
commit fdda69c1f4
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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