File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $ git checkout symbols
50
50
$ export DEBUG_CFLAGS='-ggdb3 -fvar-tracking-assignments -Og'
51
51
$ export DEBUG_CXXFLAGS='-ggdb3 -fvar-tracking-assignments -Og'
52
52
$ cd qt5
53
- $ makepkg -si --pkg qt5-base-debug,qt5-webkit-debug
53
+ $ makepkg -si --pkg qt5-base-debug,qt5-webkit-debug,qt5-webengine-debug
54
54
$ cd ../pyqt5
55
55
$ makepkg -si --pkg pyqt5-common-debug,python-pyqt5-debug
56
56
----
@@ -76,7 +76,7 @@ Server = http://qutebrowser.org/qt-debug/$arch
76
76
Then install the packages:
77
77
78
78
----
79
- # pacman -Suy pyqt5-common-debug python-pyqt5-debug qt5-base-debug qt5-webkit-debug
79
+ # pacman -Suy pyqt5-common-debug python-pyqt5-debug qt5-base-debug qt5-webkit-debug,qt5-webengine-debug
80
80
----
81
81
82
82
The `-debug` packages conflict with the non-debug variants - it's safe to
You can’t perform that action at this time.
0 commit comments