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 3e1058c commit 85139c2Copy full SHA for 85139c2
.circleci/config.yml
@@ -79,6 +79,7 @@ commands:
79
command: |
80
git submodule update --init opt/readies
81
./opt/readies/bin/getpy3
82
+ ./opt/readies/bin/getgcc --modern
83
84
setup-build-system:
85
steps:
CMakeLists.txt
@@ -22,7 +22,7 @@ ENDIF()
22
23
#----------------------------------------------------------------------------------------------
24
25
-SET(CMAKE_CC_COMMON_FLAGS "-fPIC")
+SET(CMAKE_CC_COMMON_FLAGS "-fPIC -fcommon")
26
IF (USE_PROFILE)
27
SET(CMAKE_CC_COMMON_FLAGS "${CMAKE_CC_COMMON_FLAGS} -g -ggdb -fno-omit-frame-pointer")
28
ENDIF()
0 commit comments