g++-4.6
Compiler wrapper to enable security hardening flags
Install
- All systems
-
curl cmd.cat/g++-4.6.sh
- Debian
-
apt-get install g++-4.6
- Ubuntu
-
apt-get install g++-4.6
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install g++-4.6
- Raspbian
-
apt-get install g++-4.6
- Dockerfile
- dockerfile.run/g++-4.6
hardening-wrapper
Compiler wrapper to enable security hardening flags
Replaces gcc, g++, and ld with wrapper scripts that set security hardening compilation flags, as an alternative to changing gcc specs. Enabled when DEB_BUILD_HARDENING=1 is set.
g++-4.6
GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.