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 db9857c commit ff9482bCopy full SHA for ff9482b
CMakeLists.txt
@@ -23,7 +23,7 @@ ENDIF()
23
24
#----------------------------------------------------------------------------------------------
25
26
-SET(CMAKE_CC_COMMON_FLAGS "-fPIC")
+SET(CMAKE_CC_COMMON_FLAGS "-fPIC -fcommon")
27
IF (USE_PROFILE)
28
SET(CMAKE_CC_COMMON_FLAGS "${CMAKE_CC_COMMON_FLAGS} -g -ggdb -fno-omit-frame-pointer")
29
ENDIF()
0 commit comments