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
install: >-
make
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-pcre2
mingw-w64-ucrt-x86_64-openssl
- name: set date

View File

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