Added more Makefile flags

This commit is contained in:
Jakob P. Liljenberg 2022-10-10 12:34:06 +02:00 committed by GitHub
parent 080a47e649
commit 939062b17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -327,6 +327,8 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile**
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation.
Notice! If using LDAP Authentication, usernames will show as UID number for LDAP users if compiling statically with glibc.
@ -417,6 +419,8 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile**
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation (only libgcc and libstdc++ will be static!).
Append `QUIET=true` for less verbose output.
@ -501,6 +505,8 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile**
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation.
Append `QUIET=true` for less verbose output.