mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-09 01:03:52 +01:00
1 line
No EOL
270 B
Text
1 line
No EOL
270 B
Text
Compile only the Release version because the Runtime library option (Project Properties -> Configuration Properties -> C/C++ -> Code Generation) is set to "Multi-threaded (/MT)", which statically links everything into executable and doesn't compile Debug version at all. |