-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.mk
42 lines (38 loc) · 1.91 KB
/
config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#*********************************************************************************************************
#
# 中国软件开源组织
#
# 嵌入式实时操作系统
#
# SylixOS(TM) LW : long wing
#
# Copyright All Rights Reserved
#
#--------------文件信息--------------------------------------------------------------------------------
#
# 文 件 名: config.mk
#
# 创 建 人: RealEvo-IDE
#
# 文件创建日期: 2023 年 03 月 01 日
#
# 描 述: 本文件由 RealEvo-IDE 生成,用于配置 Makefile 功能,请勿手动修改
#*********************************************************************************************************
#*********************************************************************************************************
# SylixOS Base Project path
#*********************************************************************************************************
SYLIXOS_BASE_PATH := D:\Project\Base\research-base-arm64
#*********************************************************************************************************
# Debug options (debug or release)
#*********************************************************************************************************
DEBUG_LEVEL := release
#*********************************************************************************************************
# Custom options
#*********************************************************************************************************
# configure cmd: configure --prefix=$PWD/../install --disable-linux-io_uring --disable-selinux --disable-georeplication --without-tcmalloc --disable-georeplication
LTO :=
ACL :=
TIRPC :=
#*********************************************************************************************************
# End
#*********************************************************************************************************