This commit is contained in:
2023-12-06 19:53:43 +08:00
parent a0775ee45c
commit 198f3ded20
3 changed files with 2 additions and 2 deletions

View File

@@ -16,13 +16,13 @@ APP_NAME = otp_write
# XCC_XC_FLAGS, XCC_C_FLAGS, XCC_ASM_FLAGS, XCC_CPP_FLAGS
# If the variable XCC_MAP_FLAGS is set it overrides the flags passed to
# xcc for the final link (mapping) stage.
XCC_FLAGS = -g -O2 -L../lib -lotpb -I../lib
BUILD_FLAGS = -g -O2 -L../lib -lotpb -I../lib
# The VERBOSE variable, if set to 1, enables verbose output from the make
# system.
VERBOSE = 0
XCC_FLAGS = $(XCC_FLAGS_Release)
XCC_FLAGS = $(BUILD_FLAGS)
#=============================================================================
# The following part of the Makefile includes the common build infrastructure

Binary file not shown.