aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-05-22 20:15:17 -0800
committerClyne Sullivan <clyne@bitgloo.com>2022-05-22 20:15:17 -0800
commit77ff957e5eb03fb459ea1d56f7bd3b3c3f164699 (patch)
treec011944f1acb3d625fe981dc6b404857623d229a /Makefile
parent29636cfebf58094d61b669d99c08a4f76dc98a8c (diff)
add formula disable flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f4b1e1..6b85111 100644
--- a/Makefile
+++ b/Makefile
@@ -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)