File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
78
78
set CMAKE_OPT = ^
79
79
-D SPATIALINDEX_LIBRARY=%O4W_ROOT% /lib/spatialindex-64.lib ^
80
80
-D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python36/sip.exe ^
81
+ -D CMAKE_CXX_FLAGS_RELEASE=" /MD /Zi /MP /O2 /Ob2 /D NDEBUG" ^
82
+ -D CMAKE_PDB_OUTPUT_DIRECTORY_RELEASE=%BUILDDIR% \apps\%PACKAGENAME% \pdb ^
81
83
-D SETUPAPI_LIBRARY=" %SETUPAPI_LIBRARY% " ^
82
84
-D CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS=TRUE
83
85
@@ -395,6 +397,11 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERS
395
397
" etc/preremove/%PACKAGENAME% .bat"
396
398
if errorlevel 1 (echo tar desktop failed & goto error)
397
399
400
+ if not exist %ARCH% \release\qgis\%PACKAGENAME% -pdb mkdir %ARCH% \release\qgis\%PACKAGENAME% -pdb
401
+ tar -C %BUILDDIR% -cjf %ARCH% /release/qgis/%PACKAGENAME% -pdb/%PACKAGENAME% -pdb-%VERSION% -%PACKAGE% .tar.bz2 ^
402
+ apps/%PACKAGENAME% /pdb
403
+ if errorlevel 1 (echo tar failed & goto error)
404
+
398
405
tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% -grass-plugin-common/%PACKAGENAME% -grass-plugin-common-%VERSION% -%PACKAGE% .tar.bz2 ^
399
406
--exclude-from exclude ^
400
407
--exclude " *.pyc" ^
You can’t perform that action at this time.
0 commit comments