We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1722a commit d4da96dCopy full SHA for d4da96d
libc/CMakeLists.txt
@@ -73,7 +73,7 @@ if(LIBC_BUILD_GPU_LOADER OR (LLVM_LIBC_GPU_BUILD AND NOT LLVM_RUNTIMES_BUILD))
73
add_subdirectory(utils/gpu)
74
endif()
75
76
-option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" ON)
+option(LIBC_USE_NEW_HEADER_GEN "Generate header files using new headergen instead of the old one" OFF)
77
78
set(NEED_LIBC_HDRGEN FALSE)
79
if(NOT LLVM_RUNTIMES_BUILD)
0 commit comments