Skip to content

Commit c830594

Browse files
committed
keep debug symbols
1 parent cc50bb2 commit c830594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# dependencies: libasio-dev libicu-dev libcurl-dev libsqlite3-dev
33
#
4-
CXXFLAGS=-std=c++17 -O3 -Wall # -fsanitize=address -static-libasan
4+
CXXFLAGS=-std=c++17 -g -O3 -Wall # -fsanitize=address -static-libasan
55
DEPS=asio.h database.h models.h lobby_server.h gate_server.h common.h vms.h sega_crypto.h json.hpp discord.h
66
INSTALL_DIR=/usr/local/iwango
77
CGI_INSTALL_DIR=/usr/local

0 commit comments

Comments
 (0)