Skip to content

Commit

Permalink
Use gnu99 c dialect in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Apr 8, 2023
1 parent 31a89ff commit 27210f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/linux-toolchain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<flag value="-fvisibility=hidden"/>
<cppflag value="-frtti"/>
<cppflag value="-std=c++11" if="HXCPP_CPP11" />
<cflag value="-std=c99" />
<cflag value="-std=gnu99" unless="HXCPP_NO_GNU99" />
<flag value="-g" if="debug"/>
<flag value="-O2" unless="debug"/>
<flag value="-fpic"/>
Expand Down

0 comments on commit 27210f2

Please sign in to comment.