Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 28, 2024
1 parent 4efe042 commit a47bfc0
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
Expand Up @@ -229,7 +229,7 @@ endif

ifeq ($(OPTIMIZE),OFF)
BUILD_DIR := $(BUILD_DIR)_optimizeoff
CXXFLAGS += -O0
CXXFLAGS += -O0 -ffp-contract=off
else
# ifeq ($(TESTMODE),ON)
# CXXFLAGS += -Og
Expand Down

0 comments on commit a47bfc0

Please sign in to comment.