cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Need g++ all compilation work files in s
Need g++ all compilation work files in some location
Sep 28, 2022 at 2:46am UTC
marhuum
(181)
How do we put gcc/g++ all compilation work files in other certain directory ?
Sep 28, 2022 at 2:59am UTC
JLBorges
(13770)
The location and the names of auxiliary and dump outputs can be adjusted by the options -dumpbase, -dumpbase-ext, -dumpdir, -save-temps=cwd, and -save-temps=obj.
https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#Overall-Options
Topic archived. No new replies allowed.