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

120 qa tool for testing the artifacts #244

Merged
merged 1 commit into from
Nov 20, 2022

Conversation

RoyBenMoshe
Copy link
Contributor

No description provided.

@RoyBenMoshe RoyBenMoshe linked an issue Nov 15, 2022 that may be closed by this pull request
all: check_static check_shared

check_static: check_artifacts.cc
$(CXX) $(CXXFLAGS) check_artifacts.cc -o$@ ../../libspeedb.a -I../../include -O2 -std=c++17 $(PLATFORM_LDFLAGS) $(PLATFORM_CXXFLAGS) $(EXEC_LDFLAGS)
Copy link
Contributor

Choose a reason for hiding this comment

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

the -O2 optimize level is used only when DEBUG_LEVEL=2. why are we using it here?

@RoyBenMoshe RoyBenMoshe force-pushed the 120_QA_tool_for_testing_the_artifacts branch from ea5dd06 to 88eda6f Compare November 20, 2022 10:58
@RoyBenMoshe RoyBenMoshe force-pushed the 120_QA_tool_for_testing_the_artifacts branch from 88eda6f to 3080bdd Compare November 20, 2022 12:20
@Yuval-Ariel Yuval-Ariel merged commit 1723cb7 into main Nov 20, 2022
@Yuval-Ariel Yuval-Ariel deleted the 120_QA_tool_for_testing_the_artifacts branch May 11, 2023 08:29
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.

QA tool for testing the artifacts
2 participants