Merge lp:~kalikiana/midori/seaflags into lp:midori

Proposed by Cris Dywan
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 6372
Merged at revision: 6372
Proposed branch: lp:~kalikiana/midori/seaflags
Merge into: lp:midori
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~kalikiana/midori/seaflags
Reviewer Review Type Date Requested Status
Midori Devs Pending
Review via email: mp+183537@code.launchpad.net

Commit message

Add -g to CFLAGS to enable debugging symbols

To post a comment you must log in.

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 2013-09-01 19:26:37 +0000
3+++ CMakeLists.txt 2013-09-02 20:34:08 +0000
4@@ -175,7 +175,7 @@
5 set (GETTEXT_PACKAGE "midori")
6 add_definitions("-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\"")
7
8-set(CFLAGS "-w -Wno-deprecated-declarations")
9+set(CFLAGS "-w -Wno-deprecated-declarations -g")
10 set(LIBMIDORI "${CMAKE_PROJECT_NAME}-core")
11
12 # CMake provides no uninstall target by design

Subscribers

People subscribed via source and target branches

to all changes: