Browse code

Compile with debugging information

Robert Cranston authored on 10/11/2024 21:28:43
Showing 1 changed files

  • Makefile index 0f8538e..51bf133 100644
... ...
@@ -18,6 +18,7 @@ CPPFLAGS += \
18 18
 	-Icommon/$(OS) \
19 19
 	-DGL_GLEXT_PROTOTYPES
20 20
 CXXFLAGS += \
21
+	-g \
21 22
 	-Wall \
22 23
 	-Wextra \
23 24
 	-Wpedantic \