Skip to content
New issue

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

test, feat: add arm test env #488

Merged
merged 6 commits into from
Apr 10, 2019
Merged

test, feat: add arm test env #488

merged 6 commits into from
Apr 10, 2019

Conversation

ngot
Copy link
Member

@ngot ngot commented Apr 9, 2019

Please fill in this template.

  • Use a meaningful title for the pull request with prefix '(module|object|source_directory) [bugfix|feat|refactor|]', Such as db, bugfix: ..., tools, feat: ...
  • Test the change in your own code. (Compile and run.)
  • Add or edit tests to reflect the change. (Run with fibjs test.)
  • Ensure commits history clean, merge master/dev and clean meaningless commits by git rebase.

@ngot ngot requested a review from xicilion April 9, 2019 05:15
@@ -45,7 +45,7 @@ if(${BUILD_TYPE} STREQUAL "release")
set(flags "${flags} -fomit-frame-pointer")
endif()

set(link_flags "${link_flags} ${BUILD_OPTION} -static-libstdc++")
set(link_flags "${link_flags} ${BUILD_OPTION} -static")
add_definitions(-DNDEBUG=1)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix link on arm when test using qemu

@xicilion xicilion merged commit c5b1afb into dev Apr 10, 2019
@xicilion xicilion deleted the add-arm-test branch April 18, 2019 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants