Update commands for newer CMake
This commit is contained in:
parent
49fab2f9ee
commit
4c38589fa0
@ -844,8 +844,8 @@ export CFLAGS CXXFLAGS
|
|||||||
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}
|
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}
|
||||||
|
|
||||||
# Print all Cmake options values
|
# Print all Cmake options values
|
||||||
# cmake -LAH for List Advanced Help
|
# cmake ./ -LAH for List Advanced Help
|
||||||
cmake -L
|
cmake ./ -L
|
||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user