| @@ -601,6 +601,10 @@ add_library(torch2pnnx OBJECT ${torch2pnnx_SRCS}) | |||||
| target_compile_definitions(torch2pnnx PRIVATE BUILD_TORCH2PNNX) | target_compile_definitions(torch2pnnx PRIVATE BUILD_TORCH2PNNX) | ||||
| target_compile_options(torch2pnnx PUBLIC "${TORCH_CXX_FLAGS}") | target_compile_options(torch2pnnx PUBLIC "${TORCH_CXX_FLAGS}") | ||||
| if(WIN32) | |||||
| target_compile_definitions(torch2pnnx PUBLIC NOMINMAX) | |||||
| endif() | |||||
| if(TorchVision_FOUND) | if(TorchVision_FOUND) | ||||
| set_property(SOURCE load_torchscript.cpp APPEND PROPERTY COMPILE_DEFINITIONS PNNX_TORCHVISION) | set_property(SOURCE load_torchscript.cpp APPEND PROPERTY COMPILE_DEFINITIONS PNNX_TORCHVISION) | ||||
| endif() | endif() | ||||
| @@ -713,10 +717,6 @@ if(PNNX_COVERAGE) | |||||
| target_link_libraries(pnnx PUBLIC -coverage -lgcov) | target_link_libraries(pnnx PUBLIC -coverage -lgcov) | ||||
| endif() | endif() | ||||
| if(WIN32) | |||||
| target_compile_definitions(pnnx PUBLIC NOMINMAX) | |||||
| endif() | |||||
| # set_target_properties(pnnx PROPERTIES COMPILE_FLAGS -fsanitize=address) | # set_target_properties(pnnx PROPERTIES COMPILE_FLAGS -fsanitize=address) | ||||
| # set_target_properties(pnnx PROPERTIES LINK_FLAGS -fsanitize=address) | # set_target_properties(pnnx PROPERTIES LINK_FLAGS -fsanitize=address) | ||||