Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
0b0fb5b7
Commit
0b0fb5b7
authored
5 years ago
by
Adam Procter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add /bigobj flag for MSVS on unit-test
parent
ce8c06c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
test/CMakeLists.txt
+6
-0
No files found.
test/CMakeLists.txt
View file @
0b0fb5b7
...
...
@@ -241,6 +241,12 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "^(Apple)?Clang$")
target_compile_options
(
unit-test PRIVATE -Wno-undef -Wno-reserved-id-macro
)
endif
()
# So many type_prop tests these days that we need to set /bigobj flag for MSVS.
# We should probably split up type_prop.cpp.
if
(
MSVS
)
target_compile_options
(
unit-test PRIVATE
"/bigobj"
)
endif
()
if
(
NGRAPH_CPU_ENABLE
)
# The INTERPRETER backend is required for convolution, and backwards unit tests
target_link_libraries
(
unit-test PRIVATE cpu_backend interpreter_backend
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment