mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
Build everything with -fPIC until we dump this Makefile for CMake.
This commit is contained in:
parent
2e7af8cf00
commit
98972f6a43
|
@ -700,6 +700,7 @@ ifeq ($(strip $(use_mmx_intrinsics)),true)
|
||||||
CFLAGS += -mmmx -DUSE_MMX_INTRINSICS=1
|
CFLAGS += -mmmx -DUSE_MMX_INTRINSICS=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
CFLAGS += $(PICFLAG)
|
||||||
CXXFLAGS += $(CFLAGS)
|
CXXFLAGS += $(CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user