Skip to content

w4z3d/compiler

Repository files navigation

Compiler

Content

How to build

Linux

cd build && cmake .. -DCAMKE_BUILD_TYPE=Release && cmake --build . --parallel 8

Windows

cd build && cmake .. -DCAMKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCAMKE_C_COMPILER=/usr/bin/clang && cmake --build . --parallel 8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages