Cleaned up the makefile a bit.

This commit is contained in:
Pietro Gagliardi 2015-10-16 18:14:05 -04:00
parent b4cbf79cbb
commit 982bc989cd
1 changed files with 0 additions and 6 deletions

View File

@ -67,9 +67,3 @@ else
RC = i686-w64-mingw32-windres
archmflag = -m32
endif
ifeq ($(PROFILE),1)
osCFILES += windows/profiler.c
osCFLAGS += -finstrument-functions
osLDFLAGS += -finstrument-functions
endif