mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-23 16:22:50 +00:00
%{major_ver}.%{minor_ver}
Versionize
This commit is contained in:
parent
da39adb23b
commit
b44096bdc1
1 changed files with 3 additions and 1 deletions
|
@ -399,7 +399,7 @@ done
|
|||
%endif
|
||||
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DLLVM_LIBDIR_SUFFIX=$(echo %{_lib} | sed -e 's,^lib,,') \
|
||||
%if %{with clang}
|
||||
|
@ -424,6 +424,8 @@ done
|
|||
-DPython3_EXECUTABLE=/usr/libexec/python3.8 \
|
||||
-DPython3_SITELIB=//usr/lib/python3.8/site-packages
|
||||
|
||||
#-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
%ifarch x86_64 amd64
|
||||
%make -s
|
||||
%else
|
||||
|
|
Loading…
Add table
Reference in a new issue