diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-01 16:13:57 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-01 16:13:57 +0200 |
commit | 094535c010320967639e8e86f974d878e80baa72 (patch) | |
tree | efc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /notes.txt | |
parent | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff) |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -116,3 +116,12 @@ available via the web (as examples of how it has been done, and the variety of facilities a CMM may make available.) +============================================================================ +Autotools and some Linux systems expect env vars: + +CFLAGS: C flags, passed during compile AND link (e.g., -O2 -std=c99) +CXXFLAGS: C++ flags, passed during compile AND link (e.g., -O2 -std=c++98) +CPPFLAGS: pre-processor flags, passed ONLY during compile (e.g., -DNDEBUG=1 -Iadditional/include) +LDFLAGS: linker flags, passed ONLY during link (e.g., -export_dynamic -Ladditional/libdir -llib) + +to have effect. |