Skip to content

Commit

Permalink
reset optimization to -O0 for raspberry pi
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Sep 16, 2022
1 parent ff9099c commit 685bea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CFLAGS = -O3 -Wall -ggdb

CXXFLAGS:= -std=gnu++17 -Wall -Og -ggdb -MMD -MP -fno-omit-frame-pointer -Iext/CLI11 \
CXXFLAGS:= -std=gnu++17 -Wall -O0 -ggdb -MMD -MP -fno-omit-frame-pointer -Iext/CLI11 \
-Iext/fmt-9.1.0/include/ -Iext/powerblog/ext/simplesocket -Iext/powerblog/ext/ \
-I/usr/local/opt/openssl/include/ \
-Iext/sgp4/libsgp4/ \
Expand Down

0 comments on commit 685bea8

Please sign in to comment.