Compiler Command-Line Interface
-pch
The
(precompiled header) switch directs the compiler to automati-
-pch
cally generate and use precompiled header files. A precompiled output
header has a
.pch
all precompiled headers are stored in a directory called
Precompiled header files can significantly speed compilation; pre-
compiled headers tend to occupy more disk space.
-pchdir directory
The
(locate PCHRepository) switch specifies the location of an
-pchdir
alternative
PCHRepository
piled header files. If the directory does not exist, the compiler creates it.
Note that
(output) does not influence the
-o
-pedantic
The
-pedantic
issue warnings for any constructs found in your program that do not
strictly conform to the ISO/ANSI standard for C or C++.
The compiler may not detect all noconforming constructs. In par-
ticular, the
errors when Analog Devices keyword extensions are used.
-pedantic-errors
The
-pedantic-errors
issue errors instead of warnings for cases described in the
switch.
1-40
extension attached to the source file name. By default,
directory for storing and invocation of precom-
(ANSI standard warnings) switch causes the compiler to
switch does not cause the compiler to issue
-pedantic
(ANSI C errors) switch causes the compiler to
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
PCHRepository
option.
-pchdir
-pedantic
for ADSP-219x DSPs
.
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers