Add STATIC_UTILS option to Makefile

This commit is contained in:
2021-07-05 20:23:25 +02:00
parent 46a31b3fd9
commit e4a7874cfb
3 changed files with 8 additions and 2 deletions

View File

@@ -47,12 +47,14 @@ Compilation
Use _make_ command
make [CROSS=XXX] [DEBUG=1]
make [CROSS=XXX] [DEBUG=1] [STATIC_UTILS=1]
CROSS can define a cross compiler prefix (ie arm-linux-gnueabihf-)
DEBUG can be set to compile in DEBUG mode
STATIC_UTILS to build utils with static library (libgourou.a) instead of default dynamic one (libgourou.so)
Utils
-----