Skip to content

Commit c64410e

Browse files
committed
Update testing configs
1 parent 005ad56 commit c64410e

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

configs/testing/default.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
#Nautilus:
4-
# Mon Dec 28 18:12:42 2020
4+
# Mon Dec 28 18:26:53 2020
55
#
66

77
#
@@ -92,9 +92,7 @@ NAUT_CONFIG_BASE_LIBM_COMPAT=y
9292
# NAUT_CONFIG_DEBUG_BASE_LIBM_COMPAT is not set
9393
NAUT_CONFIG_BASE_LINUX_COMPAT=y
9494
# NAUT_CONFIG_DEBUG_BASE_LINUX_COMPAT is not set
95-
NAUT_CONFIG_BASE_PTHREAD_COMPAT=y
96-
# NAUT_CONFIG_BASE_PTHREAD_COMPAT_TESTS is not set
97-
# NAUT_CONFIG_DEBUG_BASE_PTHREAD_COMPAT is not set
95+
# NAUT_CONFIG_BASE_PTHREAD_COMPAT is not set
9896

9997
#
10098
# Optimizations

configs/testing/full-debug.config

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
#Nautilus:
4-
# Wed Jul 29 15:53:34 2020
4+
# Mon Dec 28 18:26:21 2020
55
#
66

77
#
@@ -77,6 +77,7 @@ NAUT_CONFIG_TEST_FIBERS=y
7777
#
7878
# NAUT_CONFIG_WATCHDOG is not set
7979
# NAUT_CONFIG_ISOCORE is not set
80+
NAUT_CONFIG_HARDWARE_TLS=y
8081
# NAUT_CONFIG_CACHEPART is not set
8182

8283
#
@@ -89,10 +90,22 @@ NAUT_CONFIG_TEST_FIBERS=y
8990
#
9091
# NAUT_CONFIG_XSAVE_SUPPORT is not set
9192

93+
#
94+
# Compatability
95+
#
96+
NAUT_CONFIG_BASE_LIBC_COMPAT=y
97+
# NAUT_CONFIG_DEBUG_BASE_LIBC_COMPAT is not set
98+
NAUT_CONFIG_BASE_LIBM_COMPAT=y
99+
# NAUT_CONFIG_DEBUG_BASE_LIBM_COMPAT is not set
100+
NAUT_CONFIG_BASE_LINUX_COMPAT=y
101+
# NAUT_CONFIG_DEBUG_BASE_LINUX_COMPAT is not set
102+
# NAUT_CONFIG_BASE_PTHREAD_COMPAT is not set
103+
92104
#
93105
# Optimizations
94106
#
95107
NAUT_CONFIG_FPU_SAVE=y
108+
NAUT_CONFIG_FPU_SAVE_IRQ_EXCP=y
96109
# NAUT_CONFIG_KICK_SCHEDULE is not set
97110
# NAUT_CONFIG_HALT_WHILE_IDLE is not set
98111
# NAUT_CONFIG_THREAD_OPTIMIZE is not set
@@ -119,6 +132,7 @@ NAUT_CONFIG_ENABLE_ASSERTS=y
119132
# NAUT_CONFIG_DEBUG_SHELL is not set
120133
# NAUT_CONFIG_DEBUG_SFI is not set
121134
# NAUT_CONFIG_DEBUG_CXX is not set
135+
# NAUT_CONFIG_DEBUG_ENVS is not set
122136
# NAUT_CONFIG_DEBUG_THREADS is not set
123137
NAUT_CONFIG_DEBUG_FIBERS=y
124138
NAUT_CONFIG_DEBUG_TASKS=y

0 commit comments

Comments
 (0)