Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Willi Mutschler
preprocessor
Commits
c91178e3
Unverified
Commit
c91178e3
authored
Jan 12, 2021
by
Sébastien Villemot
Browse files
macOS/use_dll: no longer pass -arch x86_64, in preparation for ARM support
parent
7a8446e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ModelTree.cc
View file @
c91178e3
/*
* Copyright © 2003-202
0
Dynare Team
* Copyright © 2003-202
1
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -2050,7 +2050,7 @@ ModelTree::compileMEX(const string &basename, const string &funcname, const stri
exit
(
EXIT_FAILURE
);
}
#endif
flags
<<
" -fno-common
-arch x86_64
-mmacosx-version-min=10.9 -Wl,-twolevel_namespace -undefined error -bundle"
;
flags
<<
" -fno-common -mmacosx-version-min=10.9 -Wl,-twolevel_namespace -undefined error -bundle"
;
libs
+=
" -lm -lstdc++"
;
}
}
...
...
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