| ... | ... | @@ -907,8 +907,6 @@ else() |
| 907 | 907 | endif() |
| 908 | 908 | |
| 909 | 909 | # -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. |
| 912 | 910 | # To obtain these two forms of documentation, run zig build against stage3 rather than stage2. |
| 913 | 911 | set(ZIG_BUILD_ARGS |
| 914 | 912 | --zig-lib-dir "${CMAKE_SOURCE_DIR}/lib" |
| ... | ... | @@ -918,7 +916,6 @@ set(ZIG_BUILD_ARGS |
| 918 | 916 | ${ZIG_STATIC_ARG} |
| 919 | 917 | ${ZIG_NO_LIB_ARG} |
| 920 | 918 | "-Dno-langref" |
| 921 | | "-Dno-autodocs" |
| 922 | 919 | ${ZIG_SINGLE_THREADED_ARG} |
| 923 | 920 | ${ZIG_PIE_ARG} |
| 924 | 921 | "-Dtarget=${ZIG_TARGET_TRIPLE}" |