mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Tweak Makefile a bit
To fix some build problems on debian's automatic building system. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
04e1ba8aa2
commit
8689ff7d03
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ ifeq ($(COMP),icc)
|
|||
endif
|
||||
|
||||
### 3.2 General compiler settings
|
||||
CXXFLAGS += -g -Wall -fno-exceptions -fno-rtti $(EXTRACXXFLAGS)
|
||||
CXXFLAGS = -g -Wall -fno-exceptions -fno-rtti $(EXTRACXXFLAGS)
|
||||
|
||||
ifeq ($(comp),icc)
|
||||
CXXFLAGS += -wd383,869,981,10187,10188,11505,11503
|
||||
|
@ -230,7 +230,7 @@ ifeq ($(os),osx)
|
|||
endif
|
||||
|
||||
### 3.3 General linker settings
|
||||
LDFLAGS += -lpthread $(EXTRALDFLAGS)
|
||||
LDFLAGS = -lpthread $(EXTRALDFLAGS)
|
||||
|
||||
ifeq ($(os),osx)
|
||||
LDFLAGS += -arch $(arch)
|
||||
|
|
Loading…
Add table
Reference in a new issue