1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-17 13:51:47 -05:00

BFM demod: set -fno-var-tracking-assignments for rdstmc.cpp as it makes compilation very busy and memory hungry for nothing. May fix compilation on RPi3

This commit is contained in:
f4exb 2017-12-31 02:14:46 +01:00
parent 48b3077ac8
commit 3f96ce4187

View File

@ -22,6 +22,8 @@ set(bfm_HEADERS
rdstmc.h
)
set_source_files_properties(rdstmc.cpp PROPERTIES COMPILE_FLAGS -fno-var-tracking-assignments)
set(bfm_FORMS
bfmdemodgui.ui
)