|
|
@ -31,7 +31,8 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export LDFLAGS="-Wl,--as-needed"
|
|
|
|
export LDFLAGS="-Wl,--as-needed"
|
|
|
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
|
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
|
|
|
|
|
|
-DWITH_CR32S=FALSE
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|