Compiler Flags

Nasza ocena:

5
Wyświetleń: 581
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Compiler Flags - strona 1

Fragment notatki:

Compiler Flags
To specify compiler flags, set the CFLAGS and CXXFLAGS environment variables before running
CMake. Example:
shell CFLAGS=-DHAVE_EMBEDDED_PRIVILEGE_CONTROL
shell CXXFLAGS=-DHAVE_EMBEDDED_PRIVILEGE_CONTROL
shell export CFLAGS CXXFLAGS
shell cmake [options]
The following flags control configuration features:
• HAVE_EMBEDDED_PRIVILEGE_CONTROL
By default, authentication for connections to the embedded server is disabled. To enable connection
authentication, define this flag.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz