miff doesn't compile properly in release or minsizerel modes under clang; for now we'll work around it between this and the build script

properly bind these

Revert "properly bind these"

This reverts commit 367f0e2d9aa1fcbb9637797965dc254f8b556c69.
This commit is contained in:
DarthArgus
2018-05-16 05:40:04 +00:00
parent 4636ed0b65
commit 8cb5a17cd9
+3 -2
View File
@@ -1,2 +1,3 @@
add_subdirectory(application)
if (DEFINED _MIFF OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_subdirectory(application)
endif()