c - Force calls to libgcc -


as far understand, libgcc implements libc functions called when program uses built-in , gcc decides not implement inline assembly. possible have gcc implement built-ins calls libgcc always?

use: -fno-builtin, or:

-fno-builtin-function, specific functions. e.g., -fno-builtin-memcpy


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -