Project Configuration of Compilers
19
1
%ifarch i586 i686
2
BuildFlags: onlybuild:llvm9
3
BuildFlags: onlybuild:llvm10
4
BuildFlags: onlybuild:llvm17
5
%endif
6
7
# Enable some additional (probably useless) features for LLVM
8
%define _with_ffi 1
9
#%%define _with_oprofile 1
10
%define _with_valgrind 1
11
# NOTE: Apparently adds SWIG 4 dependency.
12
%define _with_lldb_python 1
13
Macros:
14
%_with_ffi 1
15
#%%_with_oprofile 1
16
%_with_valgrind 1
17
%_with_lldb_python 1
18
:Macros
19