Skip to content
Snippets Groups Projects
Commit b50c602a authored by Raymond Toy's avatar Raymond Toy
Browse files

Don't set CC; let it default or let the individual Config files set up

CC if necessary.
parent 77292dfb
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,6 @@ ifdef FEATURE_UNICODE
CPP_DEFINE_OPTIONS += -DUNICODE
endif
# Default to using gcc. But clang also works.
CC = gcc
LD = ld
ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment