From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index c15e076..3bcc065 100644 --- a/notes.txt +++ b/notes.txt @@ -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. -- cgit v1.2.3