From: Gerald Pfeifer -march=native
, although specifics vary
depending on the host environment. See
Command Options and
- Machine
+ Machine
Dependent Options.
An implementation of the diff --git a/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html b/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html index f1e727800c2..a5a99ffef58 100644 --- a/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html +++ b/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html @@ -75,10 +75,10 @@ But how?
A quick read of the relevant part of the GCC - manual, Compiling + manual, Compiling C++ Programs, specifies linking against a C++ library. More details from the - GCC FAQ, + GCC FAQ, which states GCC does not, by default, specify a location so that the dynamic linker can find dynamic libraries at runtime. diff --git a/libstdc++-v3/doc/html/manual/using_headers.html b/libstdc++-v3/doc/html/manual/using_headers.html index a267e087a9d..5f669862654 100644 --- a/libstdc++-v3/doc/html/manual/using_headers.html +++ b/libstdc++-v3/doc/html/manual/using_headers.html @@ -186,5 +186,5 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe ! ./stdc++.h.gch . /mnt/share/bld/H-x86-gcc.20071201/include/c++/4.3.0/iostream . /mnt/share/bld/H-x86-gcc.20071201include/c++/4.3.0/string -
The exclamation point to the left of the stdc++.h.gch
listing means that the generated PCH file was used.
Detailed information about creating precompiled header files can be found in the GCC documentation. +
The exclamation point to the left of the stdc++.h.gch
listing means that the generated PCH file was used.
Detailed information about creating precompiled header files can be found in the GCC documentation.