File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ if (WIN32)
296
296
/W4 # enable all warnings
297
297
/MP # multi-processor compilation
298
298
/EHs # C++ Exception handling
299
+ $<$<CONFIG:Debug>:/Oy-> # Disable frame pointer omission
299
300
)
300
301
endif ()
301
302
endif ()
@@ -388,7 +389,7 @@ if (MRDOCS_BUILD_TESTS)
388
389
--action=test
389
390
"${PROJECT_SOURCE_DIR} /test-files/golden-tests"
390
391
"--addons=${CMAKE_SOURCE_DIR} /share/mrdocs/addons"
391
- --generate =${testgenerator}
392
+ --generator =${testgenerator}
392
393
"--stdlib-includes=${LIBCXX_DIR} "
393
394
"--stdlib-includes=${STDLIB_INCLUDE_DIR} "
394
395
"--libc-includes=${CMAKE_SOURCE_DIR} /share/mrdocs/headers/libc-stubs"
@@ -403,7 +404,7 @@ if (MRDOCS_BUILD_TESTS)
403
404
--action=${action}
404
405
"${PROJECT_SOURCE_DIR} /test-files/golden-tests"
405
406
"--addons=${CMAKE_SOURCE_DIR} /share/mrdocs/addons"
406
- --generate =${testgenerator}
407
+ --generator =${testgenerator}
407
408
"--stdlib-includes=${LIBCXX_DIR} "
408
409
"--stdlib-includes=${STDLIB_INCLUDE_DIR} "
409
410
"--libc-includes=${CMAKE_SOURCE_DIR} /share/mrdocs/headers/libc-stubs"
You can’t perform that action at this time.
0 commit comments