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:
parent
48b3077ac8
commit
3f96ce4187
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user