unhandled level 3 permission fault when compile PIE excutable with option -Os

前端 未结 0 1629
猫巷女王i
猫巷女王i 2021-01-01 17:09

Here is the origin Makefile, and I want to produce position-independent executables with -pie option.

all : aone

OBJS = hello.o

aone : $(OBJS)
    $(CC) $^          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题