Skip to content

learnforpractice/cxxflags-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example show why cxxflags is necessary.

Define -std=c++17 in cxxflags, no complain from tinygo

tinygo build -target=./good.json -o test.wasm .

Define -std=c++17 in cflags, show error: invalid argument '-std=c++17' not allowed with 'C' error

tinygo build -target=./bad.json -o test.wasm .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published