fix build on debian
This commit is contained in:
parent
ba744333ed
commit
c38ba91565
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ ODIR_SHARED=obj_so
|
|||
NAME = libztd
|
||||
|
||||
CC=g++
|
||||
CXXFLAGS= -I$(IDIR) -Wall -std=c++20 -O2
|
||||
CXXFLAGS= -I$(IDIR) -Wall -std=c++20 -O2 -fPIE
|
||||
|
||||
$(shell mkdir -p $(ODIR))
|
||||
$(shell mkdir -p $(ODIR_SHARED))
|
||||
|
|
|
|||
Loading…
Reference in a new issue