mirror of https://github.com/abinit/abinit.git
22 lines
764 B
Plaintext
22 lines
764 B
Plaintext
#
|
|
# Debug flags for the IBM compilers, any version
|
|
#
|
|
# Identifiers are of the form <level>_<stage>, where <level> is one of
|
|
# the permitted debug levels, and <stage> is a build stage which may
|
|
# take the following values:
|
|
#
|
|
# * prep: for preprocessing;
|
|
# * comp: for compilation;
|
|
# * link: for linking.
|
|
#
|
|
# Each section of this file corresponds to a specific architecture. If
|
|
# no specific flags have been defined, the default ones will be applied.
|
|
# For a complete list of recognized architectures, please look at
|
|
# ~abinit/doc/build/architectures.txt.
|
|
#
|
|
|
|
[DEFAULT]
|
|
enhanced_comp = -qnooptimize -qextcheck -qflag=i:i -qfloat=nans -qinitauto=7FBFFFFF
|
|
paranoid_comp = -qflttrap=overflow:underflow:zerodivide:invalid:enable -qsigtrap
|
|
naughty_comp = -C -qcheck
|