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.
2 parents c0d1eaf + 8796af9 commit 459b4adCopy full SHA for 459b4ad
ittnotify.spec
@@ -8,7 +8,10 @@ BuildRequires: cmake
8
%setup -q -n IntelSEAPI-%{realversion}
9
10
%build
11
-cmake -DCMAKE_INSTALL_PREFIX="%{i}" -DARCH_64=1 ittnotify
+#-Wno-implicit-function-declaration: avoid build errors for el8_aarch64_gcc14
12
+cmake -DCMAKE_INSTALL_PREFIX="%{i}" -DARCH_64=1 \
13
+ -DCMAKE_C_FLAGS="-Wno-implicit-function-declaration" \
14
+ ittnotify
15
16
make %{makeprocesses} VERBOSE=1 all
17
0 commit comments