aboutsummaryrefslogtreecommitdiff
path: root/stand/lua.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-23 04:04:25 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-23 04:04:25 +0000
commitef1fcaf0f5bf501986c4c3d5c260c020eec57a92 (patch)
treefa32a7d74d83ec1dfe23d311369d9bfcc774f565 /stand/lua.mk
parent07c17b2b00d8c1c8a2d58d4d8f99e64ec1182476 (diff)
Notes
Diffstat (limited to 'stand/lua.mk')
-rw-r--r--stand/lua.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/lua.mk b/stand/lua.mk
index cea0fa71a8ca..711d95e48ba0 100644
--- a/stand/lua.mk
+++ b/stand/lua.mk
@@ -3,5 +3,4 @@
# Common flags to build lua related files
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
-# CFLAGS+= -Ddouble=jagged-little-pill -Dfloat=poison-shake -D__OMIT_FLOAT
CFLAGS+= -DLUA_FLOAT_TYPE=LUA_FLOAT_INT64