Provide a simple explanation over an option choice.

This commit is contained in:
Philippe Pittoli 2023-04-29 01:49:21 +02:00
parent ffa7f943d7
commit 50d5f00870

View File

@ -3,6 +3,9 @@
build: lib
gcc -Os -I. -static -o app app.c libipc.a
# INFO: library is compiled with target "ReleaseSmall"
# in order to avoid debug zig code.
# (See zig.h in zig source code.)
lib:
zig build-lib ipc.zig -OReleaseSmall