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 7e04937 commit d3ecb16Copy full SHA for d3ecb16
libc/startup/gpu/CMakeLists.txt
@@ -34,7 +34,7 @@ function(add_startup_object name)
34
RUNTIME_OUTPUT_DIRECTORY ${LIBC_LIBRARY_DIR}
35
RUNTIME_OUTPUT_NAME ${name}.o)
36
target_link_options(${fq_target_name}.exe PRIVATE
37
- "-flto" "-Wl,--lto-emit-llvm" "-march= ")
+ "-nostdlib" "-flto" "-Wl,--lto-emit-llvm" "-march= ")
38
endif()
39
endfunction()
40
0 commit comments