Provide a simple explanation over an option choice.

master
Philippe Pittoli 2023-04-29 01:49:21 +02:00
parent ffa7f943d7
commit 50d5f00870
1 changed files with 3 additions and 0 deletions

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