Remove mentions of the -m32 flag (commented code)

pull/53/head
Alan Dragomirecký 2021-07-09 23:07:45 +02:00
parent a1b2c89b1e
commit 6051e48369
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
# first, let's create a symbolic target for all tests # first, let's create a symbolic target for all tests
add_custom_target(tests) add_custom_target(tests)
# this had a reason on the Buddy FW, but on the AVR we cannot get close to having 16bit ints and
# pointers so the unit tests may be compiled 64bit afterall set(CMAKE_C_FLAGS -m32)
# set(CMAKE_CXX_FLAGS -m32)
# include catch_discover_tests function from Catch2 # include catch_discover_tests function from Catch2
include(${Catch2_SOURCE_DIR}/contrib/Catch.cmake) include(${Catch2_SOURCE_DIR}/contrib/Catch.cmake)