소스 검색

enable stack protector and compile to position independent executable

master
Aaron Marcher 7 년 전
부모
커밋
ac1a57ec30
No known key found for this signature in database GPG 키 ID: 74B048E5C2474F9A
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk 파일 보기

@@ -11,7 +11,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11

CPPFLAGS = -D_GNU_SOURCE
# -Wno-unused-function for routines not activated by user
CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -Os ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -Os -fstack-protector-strong -fstack-check -fPIE ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}

CC = cc


불러오는 중...
취소
저장