코딩Coding/C++__C언어
C++Makefile 만들기
내인생PLUS
2023. 10. 19. 07:17
728x90
https://youtrack.jetbrains.com/issue/CPP-22318
Double quotes which are a part of a compiler argument get incorrectly stripped from the command line : CPP-22318
Consider the following command line (these are three completely identical versions escaped or quoted in order to be properly interpreted by the shell): gcc -DVAR=\"value\" -c -o file.o file.c gcc '-DVAR="value"' -c -o file.o file.c gcc -DVAR='"value"' -c -
youtrack.jetbrains.com
반응형