aboutsummaryrefslogtreecommitdiffstats
path: root/gui/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-06-13 12:25:58 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-06-13 12:25:58 -0400
commit65b755658c62c8cf608c0ba46af4607fd7c74cc5 (patch)
treedd07668770a7b0d3ab5b3419300c2fb90ead89f5 /gui/Makefile
parent3b1f2bc9d2ea61e816308630a628b123c7223ad8 (diff)
debug flags; rendering with timer
Diffstat (limited to 'gui/Makefile')
-rw-r--r--gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile
index 7cb0315..a53d412 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -1,5 +1,5 @@
CXX = g++-10
-CXXFLAGS = --std=c++20 \
+CXXFLAGS = --std=c++20 -ggdb -Og \
-Wall -Wextra -pedantic \
-Wno-deprecated-copy \
$(shell wx-config --cxxflags)