summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2023-11-16 22:37:28 +0200
committerjussi2023-11-16 22:37:28 +0200
commit5c8324d25f5f3500d5258f599afc710352611513 (patch)
treefa92484c2aeabc7b7d66b53f12dd1e9c5c984652 /README.md
parent118a1f3a8bc468077fdd8bac4d46c452965ce283 (diff)
downloadreilua-enhanced-5c8324d25f5f3500d5258f599afc710352611513.tar.gz
reilua-enhanced-5c8324d25f5f3500d5258f599afc710352611513.tar.bz2
reilua-enhanced-5c8324d25f5f3500d5258f599afc710352611513.zip
Lightmap 100 and 120 shaders. Snake and platformer example refining.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a710f00..8e6b233 100644
--- a/README.md
+++ b/README.md
@@ -208,6 +208,10 @@ CC= gcc
# to
CC= emcc
+CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common -march=native
+# to
+CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common
+
AR= ar rc
# to
AR= emar