You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
284 B

diff --git a/Makefile.oirg b/Makefile
index 24049d3..5d5d58d 100644
--- a/Makefile.oirg
+++ b/Makefile
@@ -5,6 +5,7 @@
default: build/debug/mujs build/debug/mujs-pp
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
+CFLAGS += $(XCFLAGS) $(XLDFLAGS)
OPTIM = -O3