5 lines
182 B
Text
5 lines
182 B
Text
# 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 +=
|
|
|