forked from soutade/libgourou
Add STATIC_UTILS option to Makefile
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user