User forums > Using Code::Blocks

Unnecessary default linking to libstdc++ and libgcc for C code

<< < (2/2)

Jenna:
You should be able to create a toolchain for pure C projects/targets.

p2rkw:
g++ by default links libstdc++ and libc,. Notice that those libraries are linked dynamically. If you want to prevent linking to this libs use -nostdlib.

Navigation

[0] Message Index

[*] Previous page

Go to full version