mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Merge branch 'main' into 371-ergonomics-add-shortcuts-to-common-rr-tasks
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user