Skip to content
Snippets Groups Projects
Commit c41a9ae7 authored by Ian Prins's avatar Ian Prins
Browse files

compile with debug symbols

parent ede568d5
No related branches found
No related tags found
No related merge requests found
all: *.cpp
@cp ./libtcod/*.so .
@g++ *.cpp -o RogueReborn.exe -I./libtcod/include -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -std=c++11
@g++ -g *.cpp -o RogueReborn.exe -I./libtcod/include -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -std=c++11
default: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment