mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 23:33:30 -04:00
Added -fPIC and -pie flags to utility builds
This commit is contained in:
@@ -9,8 +9,11 @@ CC = $(CROSS_COMPILE)gcc
|
||||
CFLAGS += -Wall -Wextra -Werror -Wfatal-errors
|
||||
CFLAGS += -I ../include
|
||||
CFLAGS += -L ../src
|
||||
CFLAGS += -fPIC
|
||||
CFLAGS += -O2
|
||||
|
||||
LDFLAGS += -pie
|
||||
|
||||
VPATH = ../src:../include/tinyalsa
|
||||
|
||||
.PHONY: all
|
||||
|
||||
Reference in New Issue
Block a user