jserv / MazuCC

A minimalist C compiler with x86_64 code generation
BSD 2-Clause "Simplified" License
516 stars 65 forks source link

Let gcc optimizatioin flag be accepted, fix #14 #17

Closed yetingk closed 5 years ago

yetingk commented 5 years ago

After this revision, MazuCC could be compiled by my gcc (version 7.4.0) with -O3 or -O2.