Skip to content

Commit

Permalink
Don't build everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Jul 16, 2016
1 parent 13e584d commit 9329cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Simba/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ clean:
rm -f ../../Units/*/*.a ../../Units/*/*.o ../../Units/*/*.ppu ../../Units/*/*.rst

$(binary)-debug$(binary_extension):
$(CC) --os=$(os) --cpu=$(cpu) --ws=$(widgetset) --lazarusdir="$(lazaruspath)" --compiler="$(fpcpath)" --bm=Debug Simba.lpi
$(CC) --os=$(os) --cpu=$(cpu) --ws=$(widgetset) --lazarusdir="$(lazaruspath)" --compiler="$(fpcpath)" --bm=Debug -B -d Simba.lpi
$(binary)$(binary_extension):
$(CC) --os=$(os) --cpu=$(cpu) --ws=$(widgetset) --lazarusdir="$(lazaruspath)" --compiler="$(fpcpath)" --bm=Release Simba.lpi
$(CC) --os=$(os) --cpu=$(cpu) --ws=$(widgetset) --lazarusdir="$(lazaruspath)" --compiler="$(fpcpath)" --bm=Release -B -d Simba.lpi

ifdef distrib
# you may not want this down below here, just don't define distrib (it makes a distribution .7z file in the top-level directory)
Expand Down

0 comments on commit 9329cba

Please sign in to comment.