[에러 메세지]
Error D8016 '/ZI' and '/Gy-' command-line options are incompatible
[에러 원인]
명령줄 error D8016: '/ZI'과(와) '/Gy-' 명령줄 옵션이 호환되지 않습니다.
[해결 방안]
속성 페이지 -> C/C++ -> 코드 생성 -> 함수수준 링크 사용 -> /Gy 사용
Properties -> C/C++ -> Code Generation -> Enable Function-Level Linking -> Yes(/Gy)
[참고]
http://r2cuerdame.blogspot.kr/2016/12/cl-error-d8016-zi-gy.html
'Programming > Error Message' 카테고리의 다른 글
rcdll.dll 리소스 컴파일러 DLL을 찾을 수 없습니다. (0) | 2017.07.25 |
---|---|
error: ‘for’ loop initial declaration used outside C99 mode (0) | 2017.07.19 |
test dword ptr [eax],eax ; probe page. (0) | 2017.04.28 |
LNK2001 unresolved external symbol "struct HWND__ * hCommWnd" (?hCommWnd@@3PAUHWND__@@A) (0) | 2017.04.28 |
Run-Time Check Failure #2 - Stack around the variable 'a' was corrupted. (0) | 2017.02.28 |