Skip to content

Commit

Permalink
master: build.bat: change static_lib from False to True (for windows).
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Sep 9, 2024
1 parent ff01a85 commit 26a7a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cd build
cmake ^
-G "NMake Makefiles"^
-D cppad_cxx_flags="/MP /EHs /EHc /std:c++17 /Zc:__cplusplus"^
-D cppad_static_lib=FALSE^
-D cppad_static_lib=TRUE^
..
nmake check

0 comments on commit 26a7a01

Please sign in to comment.