]> sigrok.org Git - pulseview.git/commit
Fix for cross-compiling for Windows using mingw MXE.
authorxorloser <redacted>
Wed, 9 Sep 2020 10:44:59 +0000 (20:44 +1000)
committerUwe Hermann <redacted>
Mon, 28 Sep 2020 20:31:41 +0000 (22:31 +0200)
commit0ac6b18f9e5f20b680915a4771b0da3cc86dca31
treef421d87bca499d74c5bf9add7fbd067e1d9804ee
parent2823de2c821f01b9b6d8df7fc972e290518075ae
Fix for cross-compiling for Windows using mingw MXE.

The -mbig-obj param fixes a 'too many sections for PE file' error.

The -O3 param fixes a 'section or string table size too large for PE file'
error.
CMakeLists.txt