Skip to content

Commit fda8d80

Browse files
committed
Fix: Build failure in NDEBUG mode after e5c80b5
1 parent aca717e commit fda8d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ compile_lib(
6868
NAME init
6969
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/init.c
7070
FLAGS ${MOS_USER_GCC_FLAGS}
71-
DEFINITIONS ${MOS_USER_GCC_DEFINITIONS} DEBUG PORT_E9_ENABLED
71+
DEFINITIONS ${MOS_USER_GCC_DEFINITIONS}
7272
INCLUDE_DIRECTORIES ${MOS_USER_GCC_INCLUDE_DIRS}
7373
)
7474

0 commit comments

Comments
 (0)