We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
If cmake is used to configure the build with a non-empty CMAKE_C_FLAGS (or CMAKE_CXX_FLAGS) like
cmake -DCMAKE_C_FLAGS:STRING='-O2' ..
xcodeeml-tools cannot handle that and the build fails:
[ 40%] Building C object F-FrontEnd/src/CMakeFiles/ffront.dir/C-expr-mem.c.o cc: fatal error: no input files compilation terminated. /bin/sh: -Werror: command not found make[2]: *** [F-FrontEnd/src/CMakeFiles/ffront.dir/build.make:93: F-FrontEnd/src/CMakeFiles/ffront.dir/C-expr-mem.c.o] Error 127 make[1]: *** [CMakeFiles/Makefile2:576: F-FrontEnd/src/CMakeFiles/ffront.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
If cmake is used to configure the build with a non-empty CMAKE_C_FLAGS (or CMAKE_CXX_FLAGS) like
xcodeeml-tools cannot handle that and the build fails:
The text was updated successfully, but these errors were encountered: