mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +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
|
||||
endif
|
||||
|
||||
CFLAGS += $(PICFLAG)
|
||||
CXXFLAGS += $(CFLAGS)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user