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 ee2437c commit ab88cabCopy full SHA for ab88cab
CMakeLists.txt
@@ -9,8 +9,8 @@ option(DBOT_BUILD_GPU "Compile CUDA enabled trackers" ON)
9
############################
10
# Flags #
11
12
-# Enable c++11 GCC 4.6 or greater required
13
-add_definitions(-std=c++0x -fno-omit-frame-pointer)
+# Enable c++11 GCC 4.7 or greater required
+add_definitions(-std=c++11 -fno-omit-frame-pointer)
14
add_definitions(-DPROFILING_ON=1 -fPIC) #print profiling output
15
16
#add_definitions(-Wall)
0 commit comments