3dcfce0df6
eduke32 is an advanced Duke Nukem 3D engine capable of playing the game, and filled to the brim with editing enhancements. Includes mapster32, a map-making program similar to the original build map editor. ok jasper@, edd@
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
$OpenBSD: patch-Makefile_common,v 1.1.1.1 2012/07/17 21:29:50 rfreeman Exp $
|
|
|
|
Use default optimisation options.
|
|
|
|
--- Makefile.common.orig Fri Mar 9 06:15:40 2012
|
|
+++ Makefile.common Fri Mar 9 06:16:13 2012
|
|
@@ -89,7 +89,6 @@ endif
|
|
|
|
ifneq (0,$(RELEASE))
|
|
# Debugging disabled
|
|
- debug+= -O$(OPTLEVEL)
|
|
ifneq ($(CC),clang)
|
|
debug+= -funswitch-loops
|
|
endif
|