Skip to content

Commit

Permalink
Merge pull request #932 from argilo/no-march-native
Browse files Browse the repository at this point in the history
Build ka9q utilities without -march=native
  • Loading branch information
darksidelemm authored Nov 8, 2024
2 parents 8037854 + 909cf40 commit e1b9517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \
cd /root/ka9q-radio && \
git checkout 770f988955a0dfb380b71d4cf58529cc6f824e67 && \
make -f Makefile.linux tune powers pcmcat
make \
-f Makefile.linux \
"COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \
tune powers pcmcat

# Copy in radiosonde_auto_rx.
COPY . /root/radiosonde_auto_rx
Expand Down

0 comments on commit e1b9517

Please sign in to comment.