Skip to content

Commit

Permalink
Added support for macro unrolling save file. Also, undefined directio…
Browse files Browse the repository at this point in the history
…res will be created on the fly
  • Loading branch information
leuat committed Apr 14, 2024
1 parent 0a2d240 commit 6bc414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRSE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ICON = trse.icns
#QMAKE_CXXFLAGS_WARN_OFF += -Wunused-parameter
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-unused-function -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-virtual -Wno-unused-variable -Wno-missing-field-initializers -Wno-sign-compare
ARCH = $$QMAKE_HOST.arch
#############################ARCH = arm64
##############################ARCH = arm64

macx{
# CONFIG += warn_off
Expand Down

0 comments on commit 6bc414c

Please sign in to comment.