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

Suggestion: Update the wiki of Golang Tutorial. #1464

Closed
catundercar opened this issue Dec 30, 2024 · 1 comment
Closed

Suggestion: Update the wiki of Golang Tutorial. #1464

catundercar opened this issue Dec 30, 2024 · 1 comment

Comments

@catundercar
Copy link
Contributor

In the Golang Tutorial wiki page, the install command is:

cd POSIX/golang
cmake . -DCMAKE_INSTALL_PREFIX=.
make -j8 install

Suggestion:

cd POSIX/golang
cmake . -DCMAKE_INSTALL_PREFIX=. -DCMAKE_BUILD_TYPE=Release
make -j8 install

Specifying -DCMAKE_BUILD_TYPE=Release will have a greater performance improvement (Prevent developers like me, who are not very familiar with compiler, from falling into pitfalls 😭).

@lingol
Copy link
Collaborator

lingol commented Dec 30, 2024

Noted.

@lingol lingol closed this as completed Dec 31, 2024
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

No branches or pull requests

2 participants