8000 again · helllma/python-for-android@343fba8 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 343fba8

Browse files
author
gabriel pettier
committed
again
1 parent 11892ad commit 343fba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/task/CMakeLists.txt.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
set_property (TARGET calc_executable PROPERTY OUTPUT_NAME "calc")
1616
set_property (TARGET lex_executable PROPERTY OUTPUT_NAME "lex")
1717

18-
+set (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-fPIE")
19-
+set (CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} "-pie")
18+
+set (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -fPIE)
19+
+set (CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} -pie)
2020
+
2121
#SET(CMAKE_BUILD_TYPE gcov)
2222
#SET(CMAKE_CXX_FLAGS_GCOV "--coverage")

0 commit comments

Comments
 (0)
0