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

Large file size #1116

Closed
SAXN-SYNX opened this issue Aug 5, 2024 · 1 comment
Closed

Large file size #1116

SAXN-SYNX opened this issue Aug 5, 2024 · 1 comment
Labels
bug Something isn't working correctly duplicate This issue or pull request already exists

Comments

@SAXN-SYNX
Copy link

SAXN-SYNX commented Aug 5, 2024

Describe the bug

Just hello world creates ~20 mb file.

`package main

import (
	"cogentcore.org/core/core"
)

func main() {
	win := core.NewBody("My Application")
	core.NewButton(win).SetText("Hello, World !")
	win.RunMainWindow()
}
`

How to reproduce

just build the code with core build.

Example code

No response

Relevant output

No response

Platform

Linux

@SAXN-SYNX SAXN-SYNX added the bug Something isn't working correctly label Aug 5, 2024
@kkoreilly
Copy link
Member

This is a duplicate of #733; we will continue to work on reducing binary sizes over time as much as possible.

@kkoreilly kkoreilly closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2024
@kkoreilly kkoreilly added the duplicate This issue or pull request already exists label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants