diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 20:15:17 -0800 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 20:15:17 -0800 |
commit | 77ff957e5eb03fb459ea1d56f7bd3b3c3f164699 (patch) | |
tree | c011944f1acb3d625fe981dc6b404857623d229a /Makefile | |
parent | 29636cfebf58094d61b669d99c08a4f76dc98a8c (diff) |
add formula disable flag
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ OUTPUT := stmdspgui.exe CXXFLAGS := -std=c++20 -O2 \ -Isource -Isource/imgui -Isource/stmdsp -Isource/serial/include \ -Wall -Wextra -pedantic \ - -DSTMDSP_WIN32 -Wa,-mbig-obj + -DSTMDSP_WIN32 -Wa,-mbig-obj -DSTMDSP_DISABLE_FORMULAS LDFLAGS = -mwindows -lSDL2 -lopengl32 -lsetupapi -lole32 all: $(OUTPUT) |