Make sure CFLAGS are applied correctly
parent
4a01d4c61a
commit
bc9f8fbbdf
|
@ -28,7 +28,7 @@ have a decent terminal emulator.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
find . -type f -name CMakeCache.txt -exec rm -rf {} \;
|
find . -type f -name CMakeCache.txt -exec rm -rf {} \;
|
||||||
%cmake CMAKE_C_FLAGS=%{optflags} .
|
%cmake CMAKE_C_FLAGS="%{optflags}" .
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue