Provide a simple explanation over an option choice.
parent
ffa7f943d7
commit
50d5f00870
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue