Skip to content

Commit

Permalink
Merge pull request #171 from JonasKunze/feature/overwriteFlags
Browse files Browse the repository at this point in the history
Enabled overwriting of MYCF/MYLDFlAGS
  • Loading branch information
diegonehab committed Apr 12, 2016
2 parents 6a0506c + 624924a commit e2acf37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ PLAT?=linux
LUAV?=5.1

# MYCFLAGS: to be set by user if needed
MYCFLAGS=
MYCFLAGS?=

# MYLDFLAGS: to be set by user if needed
MYLDFLAGS=
MYLDFLAGS?=

# DEBUG: NODEBUG DEBUG
# debug mode causes luasocket to collect and returns timing information useful
Expand Down Expand Up @@ -135,6 +135,8 @@ print:
@echo LUALIB_$(PLAT)=$(LUALIB_$(PLAT))
@echo INSTALL_TOP_CDIR=$(INSTALL_TOP_CDIR)
@echo INSTALL_TOP_LDIR=$(INSTALL_TOP_LDIR)
@echo CFLAGS=$(CFLAGS)
@echo LDFLAGS=$(LDFLAGS)

#------
# Supported platforms
Expand Down

0 comments on commit e2acf37

Please sign in to comment.