[LINUX/BASH] What are the equivalent of "$ export CFLAGS+=" -I/path/"" and "$ export CXXFLAGS+=" -I/path/"" inside the makefile? #76
Unanswered
cinnamonmatexfce
asked this question in
Q&A
Replies: 1 comment
-
What are you actually trying to do? MAME should compile fine as-is on pretty near any Linux distro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What
USER-CONFIGURABLE OPTIONS
should I use?ARCHOPTS=
or
ARCHOPTS_C=
or
ARCHOPTS_CXX=
or
OVERRIDE_CC=
or
OVERRIDE_CXX=
Looking at the syntax, for what I understand, I think I'd go for
ARCHOPTS_C=
andARCHOPTS_CXX
.Right?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions