Skip to content

Commit 6f17c80

Browse files
committed
-DWITH_ODIN on in odin make file
1 parent eaafe90 commit 6f17c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odin_ii/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818
# debug
1919
BUILD_TYPE ?= release
2020
MAKEFLAGS := -s
21-
CMAKE_ARGS = -DVTR_IPO_BUILD=off $(CMAKE_PARAMS)
21+
CMAKE_ARGS = -DVTR_IPO_BUILD=off -DWITH_ODIN=on $(CMAKE_PARAMS)
2222

2323
BUILD_DIR=../build
2424
ODIN_BUILD_DIR=$(BUILD_DIR)/odin_ii

0 commit comments

Comments
 (0)