We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdc476 commit 530d02aCopy full SHA for 530d02a
contrib/gitian-descriptors/gitian-win.yml
@@ -34,8 +34,8 @@ script: |
34
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
35
FAKETIME_HOST_PROGS="ar ranlib nm windres strip objcopy"
36
FAKETIME_PROGS="date makensis zip"
37
- HOST_CFLAGS="-O2 -g"
38
- HOST_CXXFLAGS="-O2 -g"
+ HOST_CFLAGS="-O2 -g -fno-ident"
+ HOST_CXXFLAGS="-O2 -g -fno-ident"
39
40
export QT_RCC_TEST=1
41
export QT_RCC_SOURCE_DATE_OVERRIDE=1
0 commit comments