1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 01:47:11 +03:00

Add a comment

This commit is contained in:
Rui Ueyama 2022-01-06 23:42:15 +09:00
parent 2f86fef3a0
commit 1acabd65e3

View File

@ -14,6 +14,8 @@ ifeq ($(origin CXX), default)
CXX = clang++
endif
# If you want to keep symbols in the installed binary, run make with
# `STRIP=true` to run /bin/true instead of the strip command.
STRIP ?= strip
OS ?= $(shell uname -s)