Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
8a3d0242
Commit
8a3d0242
authored
Feb 18, 2022
by
juan rodriguez-carvajal
Browse files
Replacing the response file with new compiler flags and more explicit names
parent
55ad36a0
Changes
10
Hide whitespace changes
Inline
Side-by-side
rsp/gf_debug.rsp
View file @
8a3d0242
options install --prefix gfortran_debug
options --profile debug
options --compiler gfortran
options --flag "-ffree-line-length-none -static"
options --flag "
-Wno-conversion -Wno-character-truncation -Wno-maybe-uninitialized -fdec-math -fbacktrace
-ffree-line-length-none
-fall-intrinsics
-static"
rsp/gf_release.rsp
View file @
8a3d0242
options install --prefix gfortran_release
options --profile release
options --compiler gfortran
options --flag "-ffree-line-length-none -static"
options --flag "-ffree-line-length-none
-fdec-math -fall-intrinsics
-static"
rsp/ifort_lin_debug_win.rsp
View file @
8a3d0242
options install --prefix ifort_debug_win
options --profile debug
options --compiler ifort
options --flags "-I ../../../../usr/local/wint/lib.i64"
\ No newline at end of file
options --flag "-I ../../../../usr/local/wint/lib.i64"
\ No newline at end of file
rsp/ifort_lin_release_win.rsp
View file @
8a3d0242
options install --prefix ifort_release_win
options --profile release
options --compiler ifort
options --flags "-I ../../../../usr/local/wint/lib.i64"
\ No newline at end of file
options --flag "-O2 -heap-arrays -nologo -I ../../../../usr/local/wint/lib.i64"
option --profile release
rsp/ifort_debug.rsp
→
rsp/ifort_
win_
debug
_con
.rsp
View file @
8a3d0242
File moved
rsp/ifort_win_debug_win.rsp
View file @
8a3d0242
options install --prefix ifort_debug_win
options --profile debug
options --compiler ifort
options --flags "-I ../../wint/lib.i64"
\ No newline at end of file
options --flag "-I ../../wint/lib.i64"
\ No newline at end of file
rsp/ifort_release.rsp
→
rsp/ifort_
win_
release
_con
.rsp
View file @
8a3d0242
options install --prefix ifort_release
options --compiler ifort
options --flag "/static /heap-arrays /O3 /reentrancy:none"
options --profile release
options --compiler ifort
\ No newline at end of file
rsp/ifort_win_release_win.rsp
View file @
8a3d0242
options install --prefix ifort_release_win
options --profile release
options --compiler ifort
options --flags "-I ../../wint/lib.i64"
\ No newline at end of file
options --flag "-I ../../wint/lib.i64"
\ No newline at end of file
rsp/ifx_debug.rsp
→
rsp/ifx_
win_
debug
_con
.rsp
View file @
8a3d0242
options install --prefix ifx_debug
options --profile debug
options --compiler ifx
options --flag
s
"-Warn:nointerfaces"
options --flag "-Warn:nointerfaces"
rsp/ifx_release.rsp
→
rsp/ifx_
win_
release
_con
.rsp
View file @
8a3d0242
File moved
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