Skip to content

Commit

Permalink
Providing debug option to osx linker
Browse files Browse the repository at this point in the history
I don’t know what impact would be though, but since linux build includes debug information so did that for osx as well
  • Loading branch information
Makopo committed Oct 7, 2018
1 parent 7dee9bd commit 7bcbb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CXXOUTPUT = -o

ifdef MAC
CXX = g++ -g -Wall -std=c++98 -pedantic-errors -fno-omit-frame-pointer
LD = g++
LD = g++ -g

else # linux
CXX = g++ -g -Wall -std=c++98 -pedantic-errors -fno-omit-frame-pointer -ffloat-store
Expand Down

0 comments on commit 7bcbb66

Please sign in to comment.