Skip to content

Commit c19657d

Browse files
committed
cmake: remove -Dno-autodocs
this is now the default
1 parent 60f1fe5 commit c19657d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,6 @@ else()
907907
endif()
908908

909909
# -Dno-langref is currently hardcoded because building the langref takes too damn long
910-
# -Dno-autodocs is currently hardcoded because the C backend generates a miscompilation
911-
# that prevents it from working.
912910
# To obtain these two forms of documentation, run zig build against stage3 rather than stage2.
913911
set(ZIG_BUILD_ARGS
914912
--zig-lib-dir "${CMAKE_SOURCE_DIR}/lib"
@@ -918,7 +916,6 @@ set(ZIG_BUILD_ARGS
918916
${ZIG_STATIC_ARG}
919917
${ZIG_NO_LIB_ARG}
920918
"-Dno-langref"
921-
"-Dno-autodocs"
922919
${ZIG_SINGLE_THREADED_ARG}
923920
${ZIG_PIE_ARG}
924921
"-Dtarget=${ZIG_TARGET_TRIPLE}"

0 commit comments

Comments
 (0)