Merge branch 'main' into 371-ergonomics-add-shortcuts-to-common-rr-tasks

This commit is contained in:
Ernie Pasveer
2025-11-07 08:10:42 -06:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ MacOS may need help finding the cmake config file for Qt6.
Sometimes you need to specify a newer version of g++/gcc. Your installation
may have an old version as the default.
% cmake -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13 -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=Debug ..
% cmake -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=Debug ..
Checkout the Seer wiki for more build info.
+1 -1
View File
@@ -2,7 +2,7 @@
all: helloprettyprint
helloprettyprint: helloprettyprint.cpp
g++ -g -o helloprettyprint helloprettyprint.cpp
g++-14 -g -o helloprettyprint helloprettyprint.cpp
.PHONY: clean
clean:
@@ -5,7 +5,7 @@
"set print pretty on"
],
"pregdbcommands": [
""
"set print pretty on"
],
"startmode": {
"arguments": "",