5 Commits

Author SHA1 Message Date
Thodoris Sotiropoulos db0a404c20 Merge 7695c01d98 into 65228e5c79 2020-05-19 18:11:13 -04:00
Rouben 65228e5c79 Merge pull request #40 from simonsmh/master
Update debian submodule
2020-05-19 17:44:42 -04:00
Simon Shi cfc3e40505 update debian submodule 2020-05-12 13:26:29 +08:00
Rouben 5b08c8f2a3 Merge pull request #38 from rouben/master
vlmcsd-1113-2020-03-28-Hotbird64
2020-03-30 01:30:22 -04:00
Thodoris Sotiropoulos 7695c01d98 Fix faults in Make builds 2020-01-01 15:06:30 +02:00
2 changed files with 6 additions and 2 deletions
+1 -1
Submodule debian updated: 971ade7b0e...96200e41ef
+5 -1
View File
@@ -158,7 +158,7 @@ else
DLL_NAME ?= ../lib/libkms.so
endif
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -MD -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
BASELDFLAGS =
STRIPFLAGS =
CLIENTLDFLAGS =
@@ -651,3 +651,7 @@ dnsclean:
help:
@echo "Help is available by typing 'make help' in directory $(shell realpath `pwd`/..). Use 'cd ..' to get there."
OBJS=../build/*.o
# Pull-in dependencies generated by -MD
-include $(OBJS:.o=.d)