Merge lp:~artmello/gallery-app/gallery-app-fix_1570616 into lp:gallery-app

Proposed by Arthur Mello
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 1306
Merged at revision: 1312
Proposed branch: lp:~artmello/gallery-app/gallery-app-fix_1570616
Merge into: lp:gallery-app
Diff against target: 11 lines (+1/-0)
1 file modified
CMakeLists.txt (+1/-0)
To merge this branch: bzr merge lp:~artmello/gallery-app/gallery-app-fix_1570616
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+293009@code.launchpad.net

Commit message

Add linker flag to strip gallery-app binary file

Description of the change

Add linker flag to strip gallery-app binary file

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-09-17 17:38:03 +0000
3+++ CMakeLists.txt 2016-04-26 20:10:07 +0000
4@@ -44,6 +44,7 @@
5 pkg_check_modules(MEDIAINFO REQUIRED libmediainfo)
6
7 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror")
8+set(CMAKE_EXE_LINKER_FLAGS "-s")
9
10 find_program(INTLTOOL_MERGE intltool-merge)
11 find_program(INTLTOOL_EXTRACT intltool-extract)

Subscribers

People subscribed via source and target branches