mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00: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 +=
|
||
|
|
|