Skip to content

Commit

Permalink
Add courtesy default value of CC in Make.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Aug 9, 2024
1 parent fc59fc5 commit ae171aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ ifneq (,$(findstring CYGWIN,$(OS)))
override OS := Windows_NT
endif

# Default value, can be overriden on the command line
# or with an environment variable.
CC ?= gcc

CFLAGS-add += -Wall -O3

ifeq ($(OS), Linux)
Expand Down

0 comments on commit ae171aa

Please sign in to comment.