자주 사용하는, 유용한, 추천 gcc 옵션
gcc
-Wall
# warning all
-std=c11
# c11 standard (ex: for(int i=0))
-g
# debug
-fPIC -shared
# so 파일 컴파일 시
'Language' 카테고리의 다른 글
[Language] Node.js와 CommonJS (0) | 2018.01.04 |
---|---|
[C언어] library(.so file) compile/build (0) | 2018.01.01 |
[C] 2D 배열 포인터 example (Pointer to 2D array) (0) | 2017.12.18 |
[OOP] private 키워드의 필요성 (0) | 2017.12.15 |
[OOP] [Design Pattern] State Pattern (0) | 2017.12.11 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/