mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
add support to build with MSVC /Gr (fastcall mode for x86)
not enabled by default nor exposed at the moment
This commit is contained in:
parent
89fad8913f
commit
83e34638e6
8 changed files with 15 additions and 8 deletions
|
@ -291,7 +291,7 @@ char const * get_extension(char const * file_name) {
|
|||
}
|
||||
}
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
int STD_CALL main(int argc, char ** argv) {
|
||||
try{
|
||||
unsigned return_value = 0;
|
||||
memory::initialize(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue