Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
That one '# ifdef __linux__' was sticking out
|
|
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev
version even uses lld as /usr/bin/ld), function-sections/gc-sections are
very well supported. It's probably a Mach-O issue on Macs.
|
|
- one 'make -> $(MAKE)'
- customizable LLVM targets, add ARM/AArch64 by default
- CXX/CC instead of hardcoded 'g++'/'gcc' for LLVM build
|
|
libc++ offers std::string_view regardless of -std flag, so defining
a custom std::string_view results in a conflict.
This one is actually not a precise clone of the real one (uses two
pointers instead of pointer+length).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minicargo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|