Files
json-c/tests
Jaap Keuter 78d8e5c3d5 Properly append to CMAKE_C_FLAGS string
Contrary to other CMAKE variables the CMAKE_C_FLAGS variable is the
composed string of flags for the C compiler. It is therefore not a list
to append to. Current implementation results in these incorrect CFLAGS,
e.g., "-O2 -g -fblahblah;-UNDEBUG". Extending the CFLAGS this way
results in the proper CFLAGS, e.g., "-O2 -g -fblahblah -UNDEBUG".
2019-12-12 21:28:03 +01:00
..
2016-08-13 00:53:33 +02:00
2016-08-13 00:53:33 +02:00
2018-04-24 16:00:38 +02:00
2016-08-13 00:53:33 +02:00
2016-10-07 00:51:24 +03:00