You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc ./target/native/debug/test/lib/lib.internal_test.c -I/home/w/.moon/include -O2 /home/w/.moon/lib/libmoonbitrun.o -fwrapv -fno-strict-aliasing -lm -o ./target/native/debug/test/lib/lib.internal_test.exe
Actual Behavior
// This is the key part.
cc ./target/native/debug/test/lib/lib.internal_test.c -I/home/w/.moon/include -fno-strict-aliasing -lm -o ./target/native/debug/test/lib/lib.internal_test.exe
Checklist
(Optional) My case is minimal enough to be reproducible.
Bug Report
Environment
OS
Operating System: Ubuntu
MoonBit CLI Tools Version
Steps to Reproduce
User custom cc-flags option
moon test --dry-run --target native
Minimal reproduction example
https://github.com/illusory0x0/moonbit-bug-report/tree/master/missing--fwrapv-when-config-cc-flags
Expected Behavior
Actual Behavior
Checklist
Related Links
moonbitlang/core#1594 (comment)
moonbitlang/core#1610 (comment)
The text was updated successfully, but these errors were encountered: