Compare commits
2 Commits
7aee9d0294
...
1e6bb83c21
| Author | SHA1 | Date | |
|---|---|---|---|
|
1e6bb83c21
|
|||
|
40c13563bc
|
10
.bashrc
10
.bashrc
@@ -12,17 +12,7 @@ fi
|
|||||||
if [ -f /etc/os-release ]; then
|
if [ -f /etc/os-release ]; then
|
||||||
distro=$(awk -F= '/^NAME/{print $ssss2}' /etc/os-release | tr -d '"')
|
distro=$(awk -F= '/^NAME/{print $ssss2}' /etc/os-release | tr -d '"')
|
||||||
if [[ "$distro" == *"Pop!_OS"* ]]; then
|
if [[ "$distro" == *"Pop!_OS"* ]]; then
|
||||||
# Set GCC 13 as default compiler
|
|
||||||
export CC=/usr/bin/gcc-13
|
|
||||||
export CXX=/usr/bin/g++-13
|
|
||||||
export CGO_CFLAGS="-I/usr/include"
|
export CGO_CFLAGS="-I/usr/include"
|
||||||
|
|
||||||
# Point to GCC 13 headers (fixed path)
|
|
||||||
export CPLUS_INCLUDE_PATH="/usr/include/c++/13:/usr/include/x86_64-linux-gnu/c++/13"
|
|
||||||
|
|
||||||
# Add library paths (recommended)
|
|
||||||
export LIBRARY_PATH="/usr/lib/gcc/x86_64-linux-gnu/13:$LIBRARY_PATH"
|
|
||||||
export LD_LIBRARY_PATH="/usr/lib/gcc/x86_64-linux-gnu/13:$LD_LIBRARY_PATH"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -73,5 +73,7 @@
|
|||||||
"window.confirmSaveUntitledWorkspace": false,
|
"window.confirmSaveUntitledWorkspace": false,
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"git.openRepositoryInParentFolders": "never",
|
||||||
"debug.toolBarLocation": "commandCenter",
|
"debug.toolBarLocation": "commandCenter",
|
||||||
"workbench.colorTheme": "Default Light+"
|
"workbench.colorTheme": "Default Light+",
|
||||||
|
"ansible.lightspeed.enabled": false,
|
||||||
|
"ansible.lightspeed.suggestions.enabled": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user