Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Hindenlang
test_gitlabCI
Commits
59824188
Commit
59824188
authored
May 03, 2017
by
Florian Hindenlang
Browse files
fix makefile error
parent
f1180f51
Pipeline
#11973
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ode-1/Makefile
View file @
59824188
...
...
@@ -12,7 +12,7 @@ LD=$(FC)
FFLAGS
=
-xf95-cpp-input
-cpp
-fdefault-real-8
-fdefault-double-8
-fbackslash
-DGNU
# don't change
LDFLAGS
=
-fdefault-real-8
-fbackslash
ifneq
($(DEBUG),no)
FFLAGS
+=
-g
hello
-O0
-ggdb3
-fbounds-check
-finit-real
=
nan
-Wall
-Wextra
-pedantic
-Wconversion-extra
-fcheck
=
all
-ffpe-trap
=
invalid
-fbacktrace
FFLAGS
+=
-g
-O0
-ggdb3
-fbounds-check
-finit-real
=
nan
-Wall
-Wextra
-pedantic
-Wconversion-extra
-fcheck
=
all
-ffpe-trap
=
invalid
-fbacktrace
LDFLAGS
+=
-g
-O0
-ggdb3
-fbounds-check
-finit-real
=
nan
-Wall
-Wextra
-pedantic
-Wconversion-extra
-fcheck
=
all
-ffpe-trap
=
invalid
-fbacktrace
else
FFLAGS
+=
-O3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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