Skip to content

Commit 3407090

Browse files
committed
More CFLAGS
1 parent 2c35b32 commit 3407090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Release build Windows-x86_64
6363
run: |
6464
rustup target add x86_64-pc-windows-gnu
65-
env RUSTFLAGS="-C strip=symbols" cargo zigbuild --release --target x86_64-pc-windows-gnu
65+
env RUSTFLAGS="-C strip=symbols" CFLAGS="-Wno-date-time" cargo zigbuild --release --target x86_64-pc-windows-gnu
6666
mkdir doh-proxy
6767
mv target/x86_64-pc-windows-gnu/release/doh-proxy.exe doh-proxy/
6868
cp README.md localhost.pem doh-proxy/

0 commit comments

Comments
 (0)