QMAKE_LFLAGS_RELEASE too
This commit is contained in:
parent
2aa6732b6e
commit
92916b50c2
@ -182,7 +182,7 @@ pushd %{_target_platform}
|
||||
--verbose \
|
||||
QMAKE_CFLAGS_RELEASE="%{optflags}" \
|
||||
QMAKE_CXXFLAGS_RELEASE="%{optflags}" \
|
||||
LFLAGS="%{?__global_ldflags}"
|
||||
QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
@ -201,7 +201,7 @@ pushd %{_target_platform}-python3
|
||||
--verbose \
|
||||
QMAKE_CFLAGS_RELEASE="%{optflags}" \
|
||||
QMAKE_CXXFLAGS_RELEASE="%{optflags}" \
|
||||
LFLAGS="%{?__global_ldflags}"
|
||||
QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user