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.
1 parent 03a828d commit f5a7047Copy full SHA for f5a7047
CMakeLists.txt
@@ -9,7 +9,7 @@ add_definitions(-DAVTRANSCODER_VERSION_MICRO=1)
9
set(AVTRANSCODER_VERSION "0.2.1")
10
11
# Diplay commands being ran by CMake
12
-set(CMAKE_VERBOSE_MAKEFILE ON)
+set(CMAKE_VERBOSE_MAKEFILE OFF)
13
14
# CPP flags on debug / release mode
15
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -fPIC -pg -g")
0 commit comments