Commit Graph

11 Commits

Author SHA1 Message Date
Richard Ramos 1bcbf53e63 crosscompile to amd64 when building on darwin/arm64 2021-09-23 10:03:05 -04:00
Richard Ramos 6d8cc8bee9
fix: remove double dash 2020-06-23 13:40:41 -04:00
Project Nayuki 7eac8beffe Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build. 2019-08-09 23:00:13 +00:00
Project Nayuki be143456be Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit a3dcc36dd4) due to problematic linkage in some enviroments. 2018-09-17 03:26:41 +00:00
Project Nayuki 7075db21d1 Changed C makefile rules to use the shared library when possible, and to fix library build rule if there is more than one .c source file. 2017-07-21 19:00:43 -04:00
Project Nayuki c936e2c1de Added variable for library file name, added library to the default build - in the C makefile. 2017-07-21 18:57:09 -04:00
Project Nayuki ea59bedc93 Reordered definition and added comment to C makefile. 2017-07-21 18:55:02 -04:00
Ben Kelly a3dcc36dd4 Add shared library make target for C library 2017-07-21 12:22:17 +03:00
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 2017-04-24 20:41:54 +00:00
Project Nayuki d27ee77082 Tweaked comments in C code. 2017-04-21 15:51:45 +00:00
Project Nayuki ccca906299 Added makefiles for C and C++ code bundles. 2017-04-21 05:06:18 +00:00