Make sure CFLAGS are applied correctly

master
Christoph Wickert 2013-06-25 11:35:02 +02:00
parent 4a01d4c61a
commit bc9f8fbbdf
1 changed files with 1 additions and 1 deletions

View File

@ -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}