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 3a14d71 commit 03a828dCopy full SHA for 03a828d
CMakeLists.txt
@@ -11,9 +11,6 @@ set(AVTRANSCODER_VERSION "0.2.1")
11
# Diplay commands being ran by CMake
12
set(CMAKE_VERBOSE_MAKEFILE ON)
13
14
-# Choose compiler
15
-set(CMAKE_CXX_COMPILER "g++")
16
-
17
# CPP flags on debug / release mode
18
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -fPIC -pg -g")
19
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fPIC -O3")
0 commit comments