Fixed flags that cause HL lightmaps to go bonkers
This commit is contained in:
parent
b7c1af4c35
commit
520c483563
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -426,10 +426,10 @@ $(BUILDDIR)/mathlib.o : $(MOUNT_DIR)/mathlib.c
|
|||
$(DO_CC) -O2
|
||||
|
||||
$(BUILDDIR)/model.o : $(MOUNT_DIR)/model.c
|
||||
$(DO_CC) -O2
|
||||
$(DO_CC)
|
||||
|
||||
$(BUILDDIR)/model_common.o :$(MOUNT_DIR)/model_common.c
|
||||
$(DO_CC) -O2
|
||||
$(DO_CC)
|
||||
|
||||
$(BUILDDIR)/net_dgrm.o : $(MOUNT_DIR)/../network/net_dgrm.c
|
||||
$(DO_CC)
|
||||
|
|
Loading…
Reference in a new issue