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
68077239
Commit
68077239
authored
Jul 04, 2016
by
Uwe Schulzweida
Browse files
config/default: update.
parent
0dd56c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
68077239
...
...
@@ -24,6 +24,8 @@ do
shift
done
#
if
test
-z
"
$COMP
"
;
then
COMP
=
gcc
;
fi
#
set
-x
#
case
"
${
HOSTNAME
}
"
in
...
...
@@ -61,13 +63,15 @@ case "${HOSTNAME}" in
${
CONFPATH
}
configure
--enable-cxx
\
$CDOLIBS
\
CC
=
gcc
CXX
=
g++
CFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
el
se
el
if
test
"
$COMP
"
=
gcc
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
$CDOLIBS
\
CC
=
gcc
CFLAGS
=
"-g -pipe -Wall -W -Wfloat-equal -Wwrite-strings -pedantic -O3 -march=native -fstack-protector"
# --with-libxml2=/usr
# --with-magics=/Users/m214003/local/magics-2.14.9
else
${
CONFPATH
}
configure
$CDOLIBS
CC
=
$COMP
fi
;;
hama
*
)
...
...
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