mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
# You can create user.mak file in PJ root directory to specify
|
|
# additional flags to compiler and linker. For example:
|
|
export CFLAGS += -Wno-unused-label -Werror
|
|
export LDFLAGS +=
|
|
|