Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
dd775c6e
Commit
dd775c6e
authored
Jul 30, 2018
by
Bernhard Gschaider
Committed by
Mark Olesen
Jul 30, 2018
Browse files
CONFIG: add trapping-math for darwin
parent
ef52e11d
Changes
2
Hide whitespace changes
Inline
Side-by-side
wmake/rules/darwin64Clang/c
View file @
dd775c6e
SUFFIXES += .c
cc = clang -m64 -Ddarwin
cc = clang -m64 -Ddarwin
-ftrapping-math
cWARN = -Wall
...
...
wmake/rules/darwin64Clang/c++
View file @
dd775c6e
include $(GENERAL_RULES)/Clang/c++
CC = clang++ -std=c++11 -m64 -Ddarwin
CC = clang++ -std=c++11 -m64 -Ddarwin
-ftrapping-math
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
...
...
Write
Preview
Markdown
is supported
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