Skip to content

Instantly share code, notes, and snippets.

View EmTee70's full-sized avatar

Martin T. EmTee70

  • Hamburg, Germany
View GitHub Profile
@Vesnica
Vesnica / vscode_x2go_fix.txt
Created August 12, 2016 08:59
Visual Studio Code X2Go Fix
sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
Hint: You can copy modified lib to /usr/share/code/
@daniel-j-h
daniel-j-h / ld.gold.sh
Last active September 22, 2023 00:54
default to ld.gold on Ubuntu'ish
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
update-alternatives --config ld
ld --version
GNU gold
export CPP=cpp-5 gcc-5 g++-5
env CXXFLAGS='-march=native -flto -fuse-linker-plugin' cmake .. -DCMAKE_BUILD_TYPE=Release