Cleaned up the makefile a bit.
This commit is contained in:
parent
b4cbf79cbb
commit
982bc989cd
|
@ -67,9 +67,3 @@ else
|
||||||
RC = i686-w64-mingw32-windres
|
RC = i686-w64-mingw32-windres
|
||||||
archmflag = -m32
|
archmflag = -m32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PROFILE),1)
|
|
||||||
osCFILES += windows/profiler.c
|
|
||||||
osCFLAGS += -finstrument-functions
|
|
||||||
osLDFLAGS += -finstrument-functions
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue