Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
b9ae349d
Commit
b9ae349d
authored
Nov 19, 2016
by
Uwe Schulzweida
Browse files
config/default: added pgcc.
parent
72177235
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
b9ae349d
...
...
@@ -107,6 +107,10 @@ case "${HOSTNAME}" in
${
CONFPATH
}
configure
\
$CDOLIBS
\
CC
=
clang
CFLAGS
=
"-g -Wall -Wwrite-strings -Ofast -march=native"
elif
test
"
$COMP
"
=
pgcc
;
then
${
CONFPATH
}
configure
\
$CDOLIBS
\
CC
=
pgcc
CFLAGS
=
"-g -fast"
elif
test
"
$COMP
"
=
g++
;
then
${
CONFPATH
}
configure
--enable-cxx
\
$CDOLIBS
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment