little cleanup

This commit is contained in:
Akash Mozumdar 2018-12-26 13:08:12 -05:00
parent 4ce7425034
commit 807e081bee

View File

@ -9,9 +9,6 @@ add_compile_options(
/std:c++17
/MP
/wd4018 # signed/unsigned mismatch
)
add_definitions(
/DUNICODE # config.pri
/D_UNICODE
)